f_dodge.romig.simple {Planesmuestra} | R Documentation |
Calculate the acceptance sampling for Dodge Romig method
Description
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.
Usage
f_dodge.romig.simple(N,plan,p)
Arguments
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 |
Author(s)
Erick Marroquin
References
Montgomery, D.C. (2005) Introduction to Statistical Quality Control, 5th ed. New York: John Wiley & Sons, ISBN 0-471-65631-3
See Also
f_DR.CO
f_milstd414
f_milstd105e
Examples
f_dodge.romig.simple(N=5000,plan="AOQL",p=0.017)
[Package Planesmuestra version 0.1 Index]