capability.summary {ggQC}R Documentation

Calculate Summary of Quality Performance Parameters

Description

function to report listing of quality performance parameters

Usage

capability.summary(LSL, USL, QC.Center, QC.Sigma, s.Sigma, digits = 2)

Arguments

LSL

number, customer's lower specification limit.

USL

number, customer's upper specification limit.

QC.Center

number, the mean or median value determined from an XmR plot or a Studentized (e.g., xBar) analysis.

QC.Sigma

number, the sigma value determined from an XmR plot or a Studentized (e.g., xBar) analysis.

s.Sigma

number, the sigma value determined from overall standard deviation (i.e., sd()).

digits

integer, how many digits to report.

Value

data frame , listing of metric labels and value


[Package ggQC version 0.0.31 Index]