f_CO.NCA.NCL {Planesmuestra} | R Documentation |
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 |
Details
Functionn stops if any value is missing
Value
NCA |
Specific AOQL value |
NCL |
Specific LPTD value |
n |
sample size |
c |
acceptance number |
beta |
consumer risk |
alpha |
producer risk |
Author(s)
Erick Marroquin
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
f_CO.NCA.NCL(NCA=0.02,NCL=0.1,n=69,c=3)
[Package Planesmuestra version 0.1 Index]