Learn R Programming

LTPDvar (version 1.2.1)

ACSPlan-class: 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\).

Arguments

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 inspected

k:

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

planLTPD, planAOQL

Examples

Run this code
# NOT RUN {
showClass("ACSPlan")
# }

Run the code above in your browser using DataLab