f_dodge.romig.simple: Calculate the acceptance sampling for Dodge Romig method

Description Usage Arguments Author(s) References See Also Examples

Description

Starting with a known lot N, and a specific AOQL or LPTD plan, and an average of proportion of defectives or nonconforming items, the plan is calculated, giving the sample size, the acceptance number and the rejection number. The function is for simple acceptance sample plans only.

Usage

1

Arguments

N

Is the lot size, an integer number, must be grater than 2

plan

A character string for specify the AOQL or LPTD plan

p

Fraction average of the nonconforming items

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_DR.CO f_milstd414 f_milstd105e

Examples

1
f_dodge.romig.simple(N=5000,plan="AOQL",p=0.017)

Example output

$plan
      n       c       p 
   "85"     "4" "0.018" 

$Argumentos
                               Lote                        Tipo de plan 
                             "5000"                              "AOQL" 
Porcentaje Promedio de no conformes 
                              "1.8" 

$Resultados
             Muestra Numero de Aceptacion       Numero Rechazo 
                "85"                  "4"                  "5" 
              plan21               plan22 
              "LPTD"                "9.5" 

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