process_Cpk | R Documentation |
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)
UCL |
the process upper control limit |
LCL |
the process lower control limit |
mean |
the process mean |
sd |
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/
process_Cpk(100, 0, 10, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.