cv27_anscombe_ppu {CleaningValidation} | R Documentation |
Calculates the Process Performance Index (Ppu) using Anscombe's transformation. This function also performs a bootstrap to estimate the confidence interval of Ppu.
cv27_anscombe_ppu(data, residue_col, cleaning_event_col, usl_col)
data |
A data frame containing the dataset. |
residue_col |
Name of the column in 'data' containing residue or defect counts. |
cleaning_event_col |
Name of the column in 'data' used for grouping by cleaning event. |
usl_col |
Name of the column in 'data' that contains the Upper Specification Limit (USL). |
A data frame with columns for the Method, Ppu, CI_Lower, and CI_Upper.
Chan, Mohamed, Lou, Wendy, Yang, Xiande [xiande.yang at gmail.com]
cv27_anscombe_ppu(Eq_Mic, "Mic", "CleaningEvent", "USL")