Learn R Programming

proportion (version 2.0.0)

PloterrSC: Plots error, long term power and pass/fail criteria using Score method

Description

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

Usage

PloterrSC(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 Score method

See Also

Other Error for base methods: PloterrAS, PloterrAll, PloterrBA, PloterrEX, PloterrLR, PloterrLT, 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
PloterrSC(n,alp,phi,f)

Run the code above in your browser using DataLab