wilson_score | R Documentation |
Creates Wilson Score binomial confidence intervals
wilson_score(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"
wilson_score(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.