Learn R Programming

Dodge (version 0.9-2)

VSPKnown: 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

Examples

Run this code
# NOT RUN {
VSPKnown(1000, 20,1)
VSPUnknown(1000, 20,1)

# }

Run the code above in your browser using DataLab