singleSidedLRPlan: Calculating an exact Lieberman/Reshnikov plan for a one-sided...

Description Usage Arguments Value Author(s) Examples

View source: R/ExLiebeRes.R

Description

Acoording to the given set of parameters p1, p2, alpha, beta the LR plan for a single sided specification limit is calculated.

Usage

1
singleSidedLRPlan(p1, p2, alpha, beta, verbosity.level = 0)

Arguments

p1

requested AQL

p2

requested RQL

alpha

error of first kind

beta

error of second kind

verbosity.level

level verboseness: 0 no output only a plan structure returned, 1 generated plan and intermediate approximative plans get printed, >=2 detailed information about the search process

Value

A plan structure is returned as a list containing these items:

ntilde

single sided LR plan sample size $n$ ,

ltilde

critical value untransformed ,

ktilde

critical value transformed

Author(s)

Detlef Steuer, steuer@hsu-hh.de, http://fawn.hsu-hh.de/~steuer

Examples

1
2
3
singleSidedLRPlan(0.01, 0.06, 0.1, 0.1, verbosity.level=0)
singleSidedLRPlan(0.01, 0.06, 0.1, 0.1, verbosity.level=2)
## same result, but more information about intermediate steps

ExLiebeRes documentation built on May 2, 2019, 5:22 p.m.