powered by
Compute the Capability Indices of a process, Z (Sigma Score), \(C_p\) and \(C_{pk}\).
ss.ca.cp(x, LSL = NA, USL = NA, LT = FALSE, f.na.rm = TRUE, ci = FALSE, alpha = 0.05)
A vector with the data of the process performance
Lower Specification Limit
Upper Specification Limit
Long Term data (TRUE/FALSE). Not used for the moment
Remove NA data (TRUE/FALSE)
If TRUE computes a Confidence Interval
Type I error (\(\alpha\)) for the Confidence Interval
A numeric value for the index, or a vector with the limits of the Confidence Interval
Cano, Emilio L., Moguerza, Javier M. and Redchuk, Andres. 2012. Six Sigma with R. Statistical Engineering for Process Improvement, Use R!, vol. 36. Springer, New York. http://www.springer.com/statistics/book/978-1-4614-3651-5.
Montgomery, DC (2008) Introduction to Statistical Quality Control (Sixth Edition). New York: Wiley&Sons
ss.study.ca
# NOT RUN { ss.ca.cp(ss.data.ca$Volume,740, 760) ss.ca.cpk(ss.data.ca$Volume,740, 760) ss.ca.z(ss.data.ca$Volume,740,760) # }
Run the code above in your browser using DataLab