ciAAll(n, alp, h)
n
given alp
and h
[2] 1998 Newcombe RG. Two-sided confidence intervals for the single proportion: Comparison of seven methods. Statistics in Medicine: 17; 857 - 872.
[3] 2008 Pires, A.M., Amado, C. Interval Estimators for a Binomial Proportion: Comparison of Twenty Methods. REVSTAT - Statistical Journal, 6, 165-197.
prop.test and binom.test
for equivalent base Stats R functionality,
binom.confint
provides similar functionality for 11 methods,
wald2ci
which provides multiple functions for CI calculation ,
binom.blaker.limits
which calculates Blaker CI which is not covered here and
propCI
which provides similar functionality.Other Adjusted methods of CI estimation: PlotciAAS
,
PlotciAAllg
, PlotciAAll
,
PlotciALR
, PlotciALT
,
PlotciASC
, PlotciATW
,
PlotciAWD
, ciAAS
,
ciALR
, ciALT
,
ciASC
, ciATW
,
ciAWD
n=5; alp=0.05;h=2
ciAAll(n,alp,h)
Run the code above in your browser using DataLab