powered by
Plots a Histogram with density lines about the data of a process. Check normality with qqplot and normality tests. Shows the Specification Limits and the Capability Indices.
ss.study.ca(xST, xLT = NA, LSL = NA, USL = NA, Target = NA, alpha = 0.05, f.na.rm = TRUE, f.main = "Six Sigma Capability Analysis Study", f.sub = "")
Short Term process performance data
Long Term process performance data
Lower Specification Limit of the process
Upper Specification Limit of the process
Target of the process
Type I error for the Confidence Interval
If TRUE NA data will be removed
Main Title for the graphic output
Subtitle for the graphic output
Figures and plot for Capability Analysis
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.ca.cp
# NOT RUN { ss.study.ca(ss.data.ca$Volume, rnorm(40, 753, 3), LSL = 740, USL = 760, T = 750, alpha = 0.05, f.sub = "Winery Project") # }
Run the code above in your browser using DataLab