Learn R Programming

proportion (version 2.0.0)

PlotciAllx: Plots the CI estimation of 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine)

Description

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

Usage

PlotciAllx(x, n, alp)

Arguments

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

Details

Plots of the Confidence Intervals of 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) for n given alp and x

See Also

Other Base methods of CI estimation given x & n: PlotciAllxg, PlotciEXx, ciASx, ciAllx, ciBAx, ciEXx, ciLRx, ciLTx, ciSCx, ciTWx, ciWDx

Examples

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

Run the code above in your browser using DataLab