AAZ19 {AQLSchemes} | R Documentation |
This function queries the user for the specs and recalls MIL-STD-414 variable sampling plans from the published tables.
Description
This function recalls Normal, Tightened and Reduced Plans including the sample size n, acceptability constant (k), and the maximum proportion nonconforming allowable M.
Usage
AAZ19(type,stype,INSL,LOTS,AQL)
Arguments
type |
type is the plan type 'Normal', 'Tightened', or 'Reduced', Normal is Default. |
stype |
stype is "known" or "unknown", unknown is Default |
INSL |
INSL is 1-5 |
LOTS |
LOTS is 1-16 |
AQL |
AQL is 1-11 |
Value
returns a vector of length 3 containing the sample size (n), acceptability constant (k), and the maximum proportion nonconforming allowable (M)).
Author(s)
John S. Lawson lawson@byu.edu
References
<https://archive.org/details/MIL-STD-414>
[Package AQLSchemes version 1.7-2 Index]