Raprox {IQCC} | R Documentation |
This function builds a traditional 3-sigma R chart with information about the actual false alarm risk.
Raprox(x, n)
x |
The data to be plotted. |
n |
The sample size. |
This chart was designed for phase I (at this moment).
Return a R control chart.
Daniela R. Recchia, Emanuel P. Barbosa
data(pistonrings) attach(pistonrings) Raprox(pistonrings[1:25,],5)