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

Description Usage Arguments Details See Also Examples

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

Description

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

Usage

1
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

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

proportion documentation built on May 1, 2019, 7:54 p.m.