AASingle {AQLSchemes}R Documentation

This function recalls MIL-STD-105E - ANSI/ASQ Z1.4 Single Sampling Plans from the published tables.

Description

This function calls the function AAZ14Single function that queries the user for the , inspection level, lotsize, and AQL, and then recalls and prints the appropriate sample sizes, acceptance numbers and rejection numbers and returns a data frame.

Usage

AASingle(type)

Arguments

type

type is either 'Normal', 'Tightened' or 'Reduced' to specify which type sampling plan is desired.

Value

returns a data frame with one row and three columns

Note

This function calls the function AAZ14Single to get the specifications and recall and print the plan.

Author(s)

John S. Lawson lawson@byu.edu

References

<https://archive.org/details/MIL-STD-105E_1>


[Package AQLSchemes version 1.7-2 Index]