f_CO.plan: Plot the OC Curve for a specific Dodge Romig acceptance...

Description Usage Arguments Value Author(s) References See Also Examples

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

1
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

1
2
r1<-f_dodge.romig.simple(N=2500,"AOQL", p=0.01)
f_CO.plan(r1$plan)

Example output

     c  n     p      beta
[1,] 2 65 0.012 0.9564398

Planesmuestra documentation built on May 1, 2019, 9:51 p.m.