Learn R Programming

LTPDvar (version 1.2.1)

k: Function for extracting critical value

Description

accessor function for extracting critical value from sampling plan

Usage

k(object)

Arguments

object

sampling plan

Value

single value

See Also

codeACSPlan-class,

Examples

Run this code
# NOT RUN {
# first create an acceptance sampling plan
planek=new("ACSPlan",n=100,k=3)
k(planek)
# }

Run the code above in your browser using DataLab