ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control
Control Charts for ¯ x and R
Subsequent use of the charts The next 20 samples are added to the charts with the control limits derived from the first 25 samples. First the R chart:
flowUse <- flow[26:45,] summary(qcc(flowDev, "R", newdata = flowUse))
Process variability looks stable, so continue with the ¯ x chart:
summary(qcc(flowDev, "xbar", newdata = flowUse))
1 / 14 Control Charts for Variables Control Charts for ¯ x and R