f_milstd414 {Planesmuestra}R Documentation

Calculate the acceptance sampling for MIL STD 414 / ANSI ASQ C Z 1.9 / ISO 3951 plan

Description

Given lot size, an inspection level, a type of inspection and the NCA, show the calculated acceptance plan based in the MIL STD 414 tables.

Usage

f_milstd414(N,L,NCA,type)

Arguments

N

Is the lot size, an integer number, must be grater than 2

L

A character string for inspection level (I,II,III,IV,V)

NCA

A numeric value for the NCA

type

Type of inspection, - n - normal, - t - tightened

Details

The master table of MIL STD 414 for plans based in variables, contains the values for both type of inspection.

Author(s)

Erick Marroquin

References

Montgomery, D.C. (2005) Introduction to Statistical Quality Control, 5th ed. New York: John Wiley & Sons, ISBN 0-471-65631-3

See Also

f_DR.CO, f_dodge.romig.simple, f_milstd105e , f_milstd414.test

Examples

## L = 1200, NCA = 1, level III, tightened inspection
##
f_milstd414(N=1200,NCA=1,L="III",type="t")

[Package Planesmuestra version 0.1 Index]