Skip to content
Prev 102273 / 398500 Next

binom.test

R-experts:

A quick question, please.
To get 90% CI for this , I think binom.test might be the one to be used.
Is there a better way or function to calculate this?
Exact binomial test

data:  12 and 50
number of successes = 12, number of trials = 50, p-value = 1
alternative hypothesis: true probability of success is not equal to 0.24
90 percent confidence interval:
 0.1447182 0.3596557
sample estimates:
probability of success
                  0.24

thx much

ej