xLRCC {CC} | R Documentation |
This function computes control limits for the x and LR-charts, optionally revising them in the case that individual sample means and/or ranges plot out of the trial control limits.
xLRCC(qc.obj, k=3, sigma, mu, revise=TRUE, newdata)
qc.obj |
an object of class CC |
k |
the control chart parameter governing the width of the control limits |
sigma |
(optional) an estimate of the in-control standard deviation |
mu |
(optional) an estimate of the in-control mean |
revise |
if TRUE, mu and sigma are estimated using only range values that plot inside the trial control limits |
newdata |
an n-vector consisting of data from new subgroups |
an object of class "CC"
W.J. Braun
Montgomery, D.C. (2000) Introduction to Statistical Quality Control, Wiley
plot.CC
rr.xLR <- xLRCC(rr$Avg)
plot(rr.xLR)