summary.VarPlan | R Documentation |
Detailed summaries for variable acceptance plans.
## S3 method for class 'VarPlan'
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 variable sampling plan to the console.
Ha Truong
var_plan <- optVarPlan(
PRQ = 0.025, # Acceptable quality level (% nonconforming)
CRQ = 0.1, # Rejectable quality level (% nonconforming)
alpha = 0.05, # Producer's risk
beta = 0.1, # Consumer's risk
distribution = "normal"
)
summary(var_plan)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.