| OCdata | R Documentation |
Generic function to compute Operating Characteristic (OC) curve data from an acceptance sampling plan.
OCdata(plan, pd = NULL)
plan |
An object of class |
pd |
Vector of quality levels (proportions of nonconforming items). |
This is a generic function. Methods are defined for objects of class
AttrPlan and VarPlan, which compute the probability of
acceptance across a range of quality levels (proportions of nonconforming).
See OCdata.AttrPlan and OCdata.VarPlan for details.
An object of class "OCdata", a list containing:
pd — quality levels (e.g. proportion defective)
paccept — probability of acceptance at each level
process_means — process means, if applicable
dist, n, k, c — plan parameters
Ha Truong
optPlan, manualPlan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.