Learn R Programming

proportion (version 2.0.0)

PloterrTW: Plots error, long term power and pass/fail criteria using Wald-T method

Description

Plots error, long term power and pass/fail criteria using Wald-T method

Usage

PloterrTW(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 Wald-T method

See Also

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

Examples

Run this code
n=20; alp=0.05; phi=0.05; f=-2
PloterrTW(n,alp,phi,f)

Run the code above in your browser using DataLab