f_milstd105e {Planesmuestra} | R Documentation |
Calculate the acceptance sampling for MIL STD 105E / ANSI ASQ C Z 1.4 / ISO 2589 plan
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
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
## L = 1200 , an AQL = 1, level III, tightened inspection
f_milstd105e(N=11000,L="II",type="n",NCA=15)
[Package Planesmuestra version 0.1 Index]