k {LTPDvar} | R Documentation |
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
# first create an acceptance sampling plan
planek=new("ACSPlan",n=100,k=3)
k(planek)
[Package LTPDvar version 1.2.1 Index]