Description Usage Arguments Author(s) Examples
Designs an attribute sequential sampling plan for given AQL, alpha, LQL, and beta. The user can request plots describing the performance of the plan.
1 | SequentialBinomial(x, Plots = TRUE)
|
x |
an object of class SeqSampPlan, or at least having the same elements as one. |
Plots |
logical indicating if the four plots should be returned |
Raj Govindaraju with minor editing by Jonathan Godfrey
1 2 | PlanDesign=SeqDesignBinomial(AQL=0.01, alpha=0.05, LQL=0.04, beta=0.05, Plots=FALSE)
SequentialBinomial(PlanDesign)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.