Skip to content
Prev 102275 / 398500 Next

binom.test

Ethan Johnsons wrote:
You might consider binconf() in the Hmisc package too:

library(Hmisc)
binconf(12, 50, method="all")
           PointEst    Lower    Upper
Exact          0.24 0.130610 0.381691
Wilson         0.24 0.142974 0.374127
Asymptotic     0.24 0.121621 0.358379