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

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

PloterrASR Documentation

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

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

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