Learn R Programming

LTPDvar (version 1.2.1)

n: Function for sample size extraction

Description

function for sample size extraction from acceptance sampling plan

Usage

n(object)

Arguments

object

sampling plan

Value

single value

See Also

ACSPlan-class,

Examples

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


# }

Run the code above in your browser using DataLab