Learn R Programming

proportion (version 2.0.0)

PloterrAS: Plots error, long term power and pass/fail criteria using ArcSine method

Description

Plots error, long term power and pass/fail criteria using ArcSine method

Usage

PloterrAS(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 ArcSine method

See Also

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

Examples

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

Run the code above in your browser using DataLab