PloterrAll: Plots error, long term power and pass/fail criteria using 6...

View source: R/502.Error-Failure_LimitBased_BASE_All_Graph.R

PloterrAllR Documentation

Plots error, long term power and pass/fail criteria using 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine)

Description

Plots error, long term power and pass/fail criteria using 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine)

Usage

PloterrAll(n, alp, phi, f)

Arguments

n

- Number of trials

alp

- Alpha value (significance level required)

phi

- Null hypothesis value

f

- Failure criterion

Details

Plots of error, long term power and pass/fail criteria using 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine)

See Also

Other Error for base methods: PloterrAS(), PloterrBA(), PloterrEX(), PloterrLR(), PloterrLT(), PloterrSC(), PloterrTW(), PloterrWD(), errAS(), errAll(), errBA(), errEX(), errLR(), errLT(), errSC(), errTW(), errWD()

Examples

n=20; alp=0.05; phi=0.05; f=-2
PloterrAll(n,alp,phi,f)

RajeswaranV/proportion documentation built on June 17, 2022, 9:11 a.m.