Learn R Programming

proportion (version 2.0.0)

PlotciAllg: Plots the CI estimation of 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) grouped by x value

Description

Plots the CI estimation of 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) grouped by x value

Usage

PlotciAllg(n, alp)

Arguments

n
- Number of trials
alp
- Alpha value (significance level required)

Details

The plot of Confidence Interval of 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) for n given alp.

See Also

Other Basic methods of CI estimation: PlotciAS, PlotciAll, PlotciBA, PlotciEX, PlotciLR, PlotciLT, PlotciSC, PlotciTW, PlotciWD, ciAS, ciAll, ciBA, ciEX, ciLR, ciLT, ciSC, ciTW, ciWD

Examples

Run this code
n=5; alp=0.05;
PlotciAllg(n,alp)

Run the code above in your browser using DataLab