P_it | R Documentation |
Calculates the iteration i'th for the control limits of p chart using the results obtained in p_gr
or further P_it iterations.
P_it(prev.results)
prev.results |
Is a list of previous results obtained by the |
in.control |
The under control row list for the p chart in this iteration |
out.control |
The out of control row list for the p chart |
Iteraciones |
The number of iterations, It is assumed to be the second or later |
data.n |
The fixed sample size |
data.0 |
The original data frame |
data.1 |
The under control subset after iteration |
bin |
The binary values for out of control equal to one and under control equal to zero |
Limites de Control Grafica \emph{p} |
The p chart control limits vector |
Conclusion del proceso |
The same results in a phrase as the bin values |
Erick Marroquin
Montgomery, D.C. (2005) Introduction to Statistical Quality Control, 5th ed. New York: John Wiley & Sons, ISBN 0-471-65631-3
p_gr
, c_gr
, C_it
, np_gr
, NP_it
, u_gr
, U_it
data(bottles)
r1<-p_gr(bottles, n=100)
r2<-P_it(r1)
r3<-P_it(r2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.