Description Usage Arguments Value Examples
Calculates the xBar_One LCL used when constructing a xBar-One chart.
1  | xBar_one_LCL(y, na.rm = FALSE, ...)
 | 
y | 
 Vector of values  | 
na.rm | 
 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 Lower Control Limit (LCL)
1 2 3  | set.seed(5555)
values <- rnorm(n = 100, mean = 25, sd = 1)
xBar_one_LCL(values)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.