powered by
This function takes process variables and calculates the Cpk index which is a measure of the process centering and variability against specification.
process_Cpk(UCL, LCL, mean, sd)
the process upper control limit
the process lower control limit
the process mean
the process standard deviation
This function returns an object of class numeric
For a complete case study application refer to https://j-ramalho.github.io/industRial/
# NOT RUN { process_Cpk(100, 0, 10, 3) # }
Run the code above in your browser using DataLab