VSPKnown {Dodge} | R Documentation |
Variable Sampling Plans
Description
Variable sampling plans for known and unknown sigma, evaluated for given parameters.
Usage
VSPKnown(N, n, k, Pa = seq(0, 1, 0.001), Plots = TRUE)
Arguments
N |
the lot size |
n |
the sample size |
k |
the acceptability constant |
Pa |
fraction nonconforming |
Plots |
logical indicating whether the four plots are required |
Author(s)
Raj Govindaraju with minor editing by Jonathan Godfrey
Examples
VSPKnown(1000, 20,1)
VSPUnknown(1000, 20,1)
[Package Dodge version 0.9-2 Index]