powered by
This function takes process variables and calculates the probability that parts are produced out of specification on the long run.
off_spec(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 { off_spec(100, 0, 10, 3) # }
Run the code above in your browser using DataLab