assess-methods {AcceptanceSampling} | R Documentation |
Assess whether the sampling plan can meet the specified Producer Risk Point (PRP) and/or Consumer Risk Point (CRP).
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 |
assess(object, PRP, CRP, print)
Andreas Kiermeier