PlotpCOpBICAll: Plots p-confidence and p-bias for a given n and alpha level...

View source: R/422.p-Confidence_p-Bias_CC_All_Graph.R

PlotpCOpBICAllR Documentation

Plots p-confidence and p-bias for a given n and alpha level for 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine)

Description

Plots p-confidence and p-bias for a given n and alpha level for 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine)

Usage

PlotpCOpBICAll(n, alp, c)

Arguments

n

- Number of trials

alp

- Alpha value (significance level required)

c

- Continuity correction

Details

Plots of p-Confidence and p-Bias estimation of 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine)

See Also

Other p-confidence and p-bias of continuity corrected methods: PlotpCOpBICAS(), PlotpCOpBICLT(), PlotpCOpBICSC(), PlotpCOpBICTW(), PlotpCOpBICWD(), pCOpBICAS(), pCOpBICAll(), pCOpBICLT(), pCOpBICSC(), pCOpBICTW(), pCOpBICWD()

Examples

## Not run: 
n=5; alp=0.05;c=1/(2*n)
PlotpCOpBICAll(n,alp,c)

## End(Not run)

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