f_milstd414: Calculate the acceptance sampling for MIL STD 414 / ANSI ASQ...

Description Usage Arguments Details Author(s) References See Also Examples

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

1
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

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

Example output

               Lote                Plan Nivel de Inspeccion         NCA Inicial 
             "1200"          "Riguroso"               "III"                 "1" 
Codigo Letra    NCA Tabla      Muestra            k 
         "I"          "1"         "25"       "1.98" 

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