f_dodge.romig.simple {Planesmuestra} | R Documentation |
Starting with a known lot N, and a specific AOQL or LPTD plan, and an average of proportion of defectives or nonconforming items, the plan is calculated, giving the sample size, the acceptance number and the rejection number. The function is for simple acceptance sample plans only.
f_dodge.romig.simple(N,plan,p)
N |
Is the lot size, an integer number, must be grater than 2 |
plan |
A character string for specify the AOQL or LPTD plan |
p |
Fraction average of the nonconforming items |
Erick Marroquin
Montgomery, D.C. (2005) Introduction to Statistical Quality Control, 5th ed. New York: John Wiley & Sons, ISBN 0-471-65631-3
f_DR.CO
f_milstd414
f_milstd105e
f_dodge.romig.simple(N=5000,plan="AOQL",p=0.017)