f_milstd105e: Calculate the acceptance sampling for MIL STD 105E / ANSI ASQ...

Description Usage Arguments Author(s) References See Also Examples

Description

Given lot size, a type of inspection (Normal, Reduced, Tightened), type of sampling (Simple, double or multiple), and the AQL, show the calculated acceptance plan based in the MIL STD 105e tables. The function is for simple acceptance sample plans only.

Usage

1
f_milstd105e(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 (S-1,S-2,S-3,S-4,I, II, III)

NCA

A numeric value for the AQL

type

A character string whith the type of inspection, - n - normal, - r - reduced, in other case is tightened

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_milstd414

Examples

1
2
## L = 1200 , an AQL = 1, level III, tightened inspection
f_milstd105e(N=11000,L="II",type="n",NCA=15)

Planesmuestra documentation built on May 1, 2019, 9:51 p.m.