summary.AttrPlan {AccSamplingDesign} | R Documentation |
Summarize Attribute Acceptance Plan
Description
Detailed summaries for attribute acceptance plans.
Usage
## S3 method for class 'AttrPlan'
summary(object, ...)
Arguments
object |
Plan object to summarize |
... |
Additional parameters (ignored) |
Value
No return value. This function is called for its side effect of printing a formatted summary of the attribute sampling plan to the console.
Author(s)
Ha Truong
Examples
attr_plan <- optAttrPlan(PRQ = 0.01, CRQ = 0.1)
summary(attr_plan)
[Package AccSamplingDesign version 0.0.6 Index]