Learn R Programming

proportion (version 2.0.0)

PlotciCAllx: Plots the CI estimation of 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine) given n, alp and x with continuity correction c

Description

Plots the CI estimation of 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine) given n, alp and x with continuity correction c

Usage

PlotciCAllx(x, n, alp, c)

Arguments

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

Details

Plots the Confidence Interval of 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine) for n given alp, x and and c

See Also

Other Continuity correction methods of CI estimation given x and n: PlotciCAllxg, ciCAllx, ciCLTx, ciCSCx, ciCTWx, ciCWDx

Examples

Run this code
x=5; n=5; alp=0.05;c=1/(2*n)
PlotciCAllx(x,n,alp,c)

Run the code above in your browser using DataLab