LSP {Dodge} | R Documentation |
The lot sensitive compliance sampling plans for given parameters.
LSP(N, LTPD, beta, p = seq(0, 0.3, 0.001), Plots = TRUE)
N |
the lot size |
LTPD |
the lot tolerance percent defective, also known as the limiting quality |
beta |
consumer risk |
p |
fraction nonconforming |
Plots |
logical indicating if the four plots are required |
Raj Govindaraju with minor editing by Jonathan Godfrey
Schilling, E.G. (1978) “A Lot Sensitive Sampling Plan for Compliance Testing and Acceptance Inspection”, Journal of Quality Technology 10(2), pp47-51.
LSP(1000, 0.04,0.05)