View source: R/sur_uncertainty.R
ci_score | R Documentation |
CI of a proportion via score method
ci_score(success, N = sum(success), level = 0.95)
success |
numeric. Vector of counts |
N |
numeric. Single number of vector of N such that success/N = proportions |
level |
numeric [0-1]. Confidence level. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.