Learn R Programming

⚠️There's a newer version (1.7-2) of this package.Take me there.

AQLSchemes (version 1.6-9)

Retrieving Acceptance Sampling Schemes

Description

Functions are included for recalling AQL (Acceptable Quality Level or Acceptance Quality Level) Based single, double, and multiple attribute sampling plans from the Military Standard (MIL-STD-105E) - American National Standards Institute/American Society for Quality (ANSI/ASQ Z1.4) tables and for retrieving variable sampling plans from Military Standard (MIL-STD-414) - American National Standards Institute/American Society for Quality (ANSI/ASQ Z1.9) tables. The sources for these tables are listed in the URL: field. Also included are functions for computing the OC (Operating Characteristic) and ASN (Average Sample Number) coordinates for the attribute plans it recalls, and functions for computing the estimated proportion nonconforming and the maximum allowable proportion nonconforming for variable sampling plans. The MIL-STD AQL Sampling schemes were the most used and copied set of standards in the world. They are intended to be used for sampling a stream of lots, and were used in contract agreements between supplier and customer companies. When the US military dropped support of MIL-STD 105E and 414, The American National Standards Institute (ANSI) and the International Standards Organization (ISO) adopted the standard with few changes or no changes to the central tables. This package is useful because its computer implementation of these tables duplicates that available in other commercial software and subscription online calculators.

Copy Link

Version

Install

install.packages('AQLSchemes')

Monthly Downloads

277

Version

1.6-9

License

GPL-2

Maintainer

John Lawson

Last Published

April 17th, 2020

Functions in AQLSchemes (1.6-9)

AQLSchemes-package

This package contains functions to recall MIL-STD-105E - ANSI/ASQ Z1.4, and the MIL-STD-414 - ANSI/ASQ Z1.9 Variable Sampling Plans from the Public Domain Published Tables
AASingle

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

This function creates a data frame containing three columns 1)proportion defective=pd, 2)OC=prob accept, and 3)ASN=average sample no.
OCASNZ4S

This function creates a data frame containing three columns 1)proportion defective=pd, 2)OC=prob accept, and 3)ASN=average sample no.
OCASNZ4M

This function creates a data frame containing three columns 1)proportion defective=pd, 2)OC=prob accept, and 3)ASN=average sample no.
MPn

This function calulates the maximum allowable proprtion non-conforming.
AAZ19

This function queries the user for the specs and recalls MIL-STD-414 variable sampling plans from the published tables.
AADouble

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

This function queries the user for the specs and recalls MIL-STD-105E - ANSI/ASQ Z1.4 Double Sampling Plans from the published tables.
AAZ14Multiple

This function queries the user for the specs and recalls MIL-STD-105E - ANSI/ASQ Z1.4 Multiple Sampling Plans from the published tables.
AAZ14Single

This function queries the user for the specs and recalls MIL-STD - ANSI/ASQ Z1.4 Double Sampling Plans from the published tables.
AAMultiple

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

This function calulates the estimated proprtion non-conforming.