CurtBinomial {Dodge} | R Documentation |
Computes the average sample number for a curtailed inspection plan for single sampling plans. Functionality is currently available for only the binomial distribution.
CurtBinomial(n, Ac, p = seq(0, 0.5, 0.01), Plots = TRUE)
n |
the sample size (potential) |
Ac |
the acceptance number |
p |
a vector of values for the possible fraction of product that is nonconforming |
Plots |
logical to request generation of the four plots |
Raj Govindaraju with minor editing by Jonathan Godfrey
CurtBinomial(20,1)