capability.summary: Calculate Summary of Quality Performance Parameters

Description Usage Arguments Value

View source: R/03_Summay__Capability_FUNs.R

Description

function to report listing of quality performance parameters

Usage

1
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


ggQC documentation built on May 1, 2019, 10:26 p.m.