f_CO.plan {Planesmuestra} | R Documentation |
Plot the OC Curve for a specific Dodge Romig acceptance sampling plan results
Description
Plot the OC Curve for a specific acceptance plan. The function need the plan defined in a previous function. The calculation uses the binomial trials. Applies for attribute plans.
Usage
f_CO.plan(plan)
Arguments
plan |
A vector with acceptance number c , the sample size n, and the fraction of the non conforming items p. |
Value
c |
An integer number grater than zero, for the acceptance number. |
n |
An integer number grater than the acceptance number for the sample size. |
p |
Fraction average of the nonconforming items. |
beta |
Acceptance probability. |
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_DR.CO
Examples
r1<-f_dodge.romig.simple(N=2500,"AOQL", p=0.01)
f_CO.plan(r1$plan)
[Package Planesmuestra version 0.1 Index]