powered by
Confidence Intervals for many Binomial Proportions.
binomCIs(x, n, a = 0.05)
A list with the the first element being the vector with the proportions and the rest 12 items contain the \((1-\alpha)\%\) confidence intervals.
A vector with the number of successes.
A vector with the number of trials.
The significance level to compute the \((1-\alpha)\%\) confidence intervals.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
binomCI
x <- sample(40, 10) n <- rep(40, 10) binomCIs(x, n)
Run the code above in your browser using DataLab