| ACSPlan-class {LTPDvar} | R Documentation |
Class ACSPlan
Description
Class for single-sample plan of sampling inspection by variables. The plan is specified by sample size n and critical value k.
Objects from the Class
Objects can be created by calls of the form new("ACSPlan", ...).
Objects represent sampling plan.
Slots
n:Object of class
"numeric", sample size, i. e. number of items to be inspectedk:Object of class
"numeric", critical value
Methods
- k
signature(object = "ACSPlan"): accessor function for extraction of critical value of the sampling plan- n
signature(object = "ACSPlan"): accessor function for extraction of sample size of the sampling plan- plot
signature(x = "ACSPlan"): function for getting operating characteristics plot of the sampling plan
See Also
Examples
showClass("ACSPlan")
[Package LTPDvar version 1.2.1 Index]