Description Usage Arguments Value Examples
View source: R/largen_binom_ci.R
Large sample CI for a binomial probability
1 | largen_binom_ci(x, n, conf = 0.95)
|
x |
number of binomial "successes" (proportion numerator) |
n |
number of binomial "trials" (proportion denominator) |
conf |
Confidence coefficient for CIs as proportion: .95 for 95% CIs is default |
Estimate of binomial probability (sample proportion), large-sample se, and CI
1 2 | largen_binom_ci(15, 44)
largen_binom_ci(0, 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.