VSPKnown {Dodge} | R Documentation |
Variable sampling plans for known and unknown sigma, evaluated for given parameters.
VSPKnown(N, n, k, Pa = seq(0, 1, 0.001), Plots = TRUE)
N |
the lot size |
n |
the sample size |
k |
the acceptability constant |
Pa |
fraction nonconforming |
Plots |
logical indicating whether the four plots are required |
Raj Govindaraju with minor editing by Jonathan Godfrey
VSPKnown(1000, 20,1)
VSPUnknown(1000, 20,1)