View source: R/clopper_pearson.R
clopper_pearson | R Documentation |
Creates Clopper-Pearson binomial confidence intervals
clopper_pearson(x, n, conf.level = 0.95)
x |
observed count |
n |
total count |
conf.level |
defaults to .95 |
a 3-element list with "upper", "lower", and "point_estimate"
clopper_pearson(x=84, n=85, conf.level=.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.