assess-methods {AcceptanceSampling}R Documentation

Assessment methods for the class family "OC2c" and "OCvar".

Description

Assess whether the sampling plan can meet the specified Producer Risk Point (PRP) and/or Consumer Risk Point (CRP).

Arguments

object An object of class OC2c or OCvar.
PRP The Producer Risk Point in the form of a two element numeric vector of the form c(pd, pa). The first element specifies, pd, determines the quality level at which to evaluate the plan. The second element, pa, indicates the minimum probability of acceptance to be achieved by the plan.
CRP The Consumer Risk Point in the form of a two element numeric vector of the form c(pd, pa). The first element specifies, pd, determines the quality level at which to evaluate the plan. The second element, pa, indicates the maximum probability of acceptance to be achieved by the plan.
print Logical indicating whether to print a summary of the assessment or not. Defaults to TRUE

Methods

object="OC2c"
Assess whether the sampling plan can meet the provided producer and/or consumer risk point(s).

Usage

assess(object, PRP, CRP, print)

Author(s)

Andreas Kiermeier

See Also

OC2c, OCvar


[Package AcceptanceSampling version 1.0-1 Index]