singleSidedApproxPlan: Calculate a first approximating plan for a one-sided LR plan

Description Usage Arguments Value Author(s) References Examples

View source: R/ExLiebeRes.R

Description

An approximative plan for the LR plan based on the approximation of Uhlmann generated. This plan may generate an $n$ minimally larger than the one of the exact one-sided LR plan.

Usage

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

Arguments

p1

AQL

p2

RQL

alpha

error of first kind

beta

error of second kind

verbosity.level

level of verboseness: 0 no output besides plan structure returned, >= 1 some information about the search process printed

Value

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

ntilde

aprroximation of sample size $n$

ltilde

approximation of critical value untransformed

ktilde

approximation of critical value transformed

Author(s)

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

References

Uhlmann, Statistische Qualit<c3><a4>tskontrolle, 2. Aufl., Stuttgart (1982), p. 186 ff

Examples

1
singleSidedApproxPlan(0.01, 0.06, 0.1, 0.1)

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