Learn R Programming

SixSigma (version 0.6.3)

ss.study.ca: Graphs and figures for a Capability Study

Description

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.

Usage

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 = "")

Arguments

xST
Short Term process performance data
xLT
Long Term process performance data
LSL
Lower Specification Limit of the process
USL
Upper Specification Limit of the process
Target
Target of the process
alpha
Type I error for the Confidence Interval
f.na.rm
If TRUE NA data will be removed
f.main
Main Title for the graphic output
f.sub
Subtitle for the graphic output

Value

  • Figures and plot for Capability Analysis

References

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

See Also

ss.ca.cp, ~~~

Examples

Run this code
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