f_milstd414 {Planesmuestra} | R Documentation |
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.
f_milstd414(N,L,NCA,type)
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 |
The master table of MIL STD 414 for plans based in variables, contains the values for both type of inspection.
Erick Marroquin
Montgomery, D.C. (2005) Introduction to Statistical Quality Control, 5th ed. New York: John Wiley & Sons, ISBN 0-471-65631-3
f_DR.CO
, f_dodge.romig.simple
, f_milstd105e
, f_milstd414.test
## L = 1200, NCA = 1, level III, tightened inspection
##
f_milstd414(N=1200,NCA=1,L="III",type="t")