SequentialBinomial: Attribute Sequential Sampling Plans

Description Usage Arguments Author(s) Examples

View source: R/Sequential.R

Description

Designs an attribute sequential sampling plan for given AQL, alpha, LQL, and beta. The user can request plots describing the performance of the plan.

Usage

1

Arguments

x

an object of class SeqSampPlan, or at least having the same elements as one.

Plots

logical indicating if the four plots should be returned

Author(s)

Raj Govindaraju with minor editing by Jonathan Godfrey

Examples

1
2
PlanDesign=SeqDesignBinomial(AQL=0.01, alpha=0.05, LQL=0.04, beta=0.05, Plots=FALSE)
SequentialBinomial(PlanDesign)

Dodge documentation built on May 2, 2019, 9:42 a.m.