LSP {Dodge} | R Documentation |
Lot Sensitive Compliance Sampling Plans
Description
The lot sensitive compliance sampling plans for given parameters.
Usage
LSP(N, LTPD, beta, p = seq(0, 0.3, 0.001), Plots = TRUE)
Arguments
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 |
Author(s)
Raj Govindaraju with minor editing by Jonathan Godfrey
References
Schilling, E.G. (1978) “A Lot Sensitive Sampling Plan for Compliance Testing and Acceptance Inspection”, Journal of Quality Technology 10(2), pp47-51.
Examples
LSP(1000, 0.04,0.05)
[Package Dodge version 0.9-2 Index]