LSP: Lot Sensitive Compliance Sampling Plans

Description Usage Arguments Author(s) References Examples

View source: R/lot.R

Description

The lot sensitive compliance sampling plans for given parameters.

Usage

1
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

1
LSP(1000, 0.04,0.05)

Dodge documentation built on May 2, 2019, 9:42 a.m.