cpCI | R Documentation |
Clopper-Pearson confidence interval
cpCI(n_tot, n_suc, conf, digits = 2)
n_tot |
Total number of experiments |
n_suc |
Number of successes |
conf |
Confidence level (1-alpha) |
digits |
Number of decimal places to be used |
Computes the Clopper-Pearson confidence interval.
cpCI(100,25,0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.