process_Cpk: Calculate process capability index for Statistical Process...

Description Usage Arguments Value References Examples

View source: R/process_Cpk.R

Description

This function takes process variables and calculates the Cpk index which is a measure of the process centering and variability against specification.

Usage

1
process_Cpk(UCL, LCL, mean, sd)

Arguments

UCL

the process upper control limit

LCL

the process lower control limit

mean

the process mean

sd

the process standard deviation

Value

This function returns an object of class numeric

References

For a complete case study application refer to https://j-ramalho.github.io/industRial/

Examples

1
process_Cpk(100, 0, 10, 3)

industRial documentation built on June 11, 2021, 5:10 p.m.