powered by
Calculates the xBar_One UCL used when constructing a xBar-One chart.
xBar_one_UCL(y, na.rm = FALSE, ...)
Vector of values
a logical value indicating whether NA values should be stripped before the computation proceeds.
further arguments passed to or from other methods.
A number; xBar_One Upper Control Limit (UCL)
# NOT RUN { set.seed(5555) values <- rnorm(n = 100, mean = 25, sd = 1) xBar_one_UCL(values) # }
Run the code above in your browser using DataLab