powered by
Designs an attribute sequential sampling plan for given AQL, alpha, LQL, and beta. The user can request plots describing the performance of the plan.
SequentialBinomial(x, Plots = TRUE)
an object of class SeqSampPlan, or at least having the same elements as one.
logical indicating if the four plots should be returned
# NOT RUN { PlanDesign=SeqDesignBinomial(AQL=0.01, alpha=0.05, LQL=0.04, beta=0.05, Plots=FALSE) SequentialBinomial(PlanDesign) # }
Run the code above in your browser using DataLab