SeqDesignBinomial {Dodge} | R Documentation |
Selects the appropriate sequential sampling plan from the given inputs. The only distribution that has been used in functions thus far is the binomial, but further development is expected.
SeqDesignBinomial(N = NULL, AQL, alpha, LQL, beta, Plots = TRUE)
N |
the lot size, ignored for the design of the plan unless the underlying distribution is hypergeometric |
AQL |
Acceptable quality level |
alpha |
producer's risk |
LQL |
Limiting quality level |
beta |
consumers' risk |
Plots |
logical stating if the sequential chart should be plotted |
Raj Govindaraju and Jonathan Godfrey