SeqDesignBinomial {Dodge} | R Documentation |
Create a sequential sampling plan
Description
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.
Usage
SeqDesignBinomial(N = NULL, AQL, alpha, LQL, beta, Plots = TRUE)
Arguments
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 |
Author(s)
Raj Govindaraju and Jonathan Godfrey
[Package Dodge version 0.9-2 Index]