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

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

Usage

1
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

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

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