off_spec: Calculate percentage of out of specification for Statistical...

Description Usage Arguments Value References Examples

View source: R/off_spec.R

Description

This function takes process variables and calculates the probability that parts are produced out of specification on the long run.

Usage

1
off_spec(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
off_spec(100, 0, 10, 3)

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