Learn R Programming

Planesmuestra (version 0.1)

f_CO.NCA.NCL: OC Curve for AOQL and LPTD relation

Description

Given an AOQL, LPTD, sample size and acceptance number, return the plot the OC curve and producer and consumer risk.The calculation uses the binomial trials. Applies for attribute plans.

Usage

f_CO.NCA.NCL(NCA,NCL,n,c)

Arguments

NCA
Specific AOQL value
NCL
Specific LPTD value
n
sample size
c
acceptance number

Value

Details

Functionn stops if any value is missing

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_dodge.romig.simple, f_milstd414, f_milstd105e, f_CO.plan, f_DR.CO

Examples

Run this code
f_CO.NCA.NCL(NCA=0.02,NCL=0.1,n=69,c=3)

Run the code above in your browser using DataLab