f_CO.NCA.NCL {Planesmuestra} | R Documentation |
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.
f_CO.NCA.NCL(NCA,NCL,n,c)
NCA |
Specific AOQL value |
NCL |
Specific LPTD value |
n |
sample size |
c |
acceptance number |
Functionn stops if any value is missing
NCA |
Specific AOQL value |
NCL |
Specific LPTD value |
n |
sample size |
c |
acceptance number |
beta |
consumer risk |
alpha |
producer risk |
Erick Marroquin
Montgomery, D.C. (2005) Introduction to Statistical Quality Control, 5th ed. New York: John Wiley & Sons, ISBN 0-471-65631-3
f_dodge.romig.simple, f_milstd414
, f_milstd105e
,
f_CO.plan
, f_DR.CO
f_CO.NCA.NCL(NCA=0.02,NCL=0.1,n=69,c=3)