summary.AttrPlan | R Documentation |
Detailed summaries for attribute acceptance plans.
## S3 method for class 'AttrPlan'
summary(object, ...)
object |
Plan object to summarize |
... |
Additional parameters (ignored) |
No return value. This function is called for its side effect of printing a formatted summary of the attribute sampling plan to the console.
Ha Truong
attr_plan <- optAttrPlan(PRQ = 0.01, CRQ = 0.1)
summary(attr_plan)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.