MPn: This function calulates the maximum allowable proprtion...

Description Usage Arguments Value Author(s) References Examples

View source: R/MPn.R

Description

This function calulates the maximum allowable proprtion non-conforming with sigma unknown or known using the standardized distribution.

Usage

1
MPn(k,n,stype)

Arguments

k

k is the acceptance constant for the variables sampling plan.

stype

stype is 'known' or 'unknown' depending on whether the standard deviation is known. The default is 'unknown'.

n

n is number of items in the sample required by the variables sampling plan.

Value

returns a single number (the maximum allowable proportion nonconforming)

Author(s)

John S. Lawson lawson@byu.edu

References

Lawson, J. "An Introduction to Acceptance Sampling and SPC with R" pp 45=48.

Examples

1
2
MPn(k=1.6094,n=10,stype="known")
MPn(k=1.905285,n=42,stype="unknown")

AQLSchemes documentation built on May 5, 2020, 3:01 a.m.