VSPKnown: Variable Sampling Plans

Description Usage Arguments Author(s) Examples

View source: R/VSP.R

Description

Variable sampling plans for known and unknown sigma, evaluated for given parameters.

Usage

1
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

1
2
VSPKnown(1000, 20,1)
VSPUnknown(1000, 20,1)

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