ACSPlan-class: Class 'ACSPlan'

ACSPlan-classR 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 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

showClass("ACSPlan")

LTPDvar documentation built on May 1, 2022, 5:07 p.m.