View source: R/statistical_tests_and_estimates.R
wilson_ci | R Documentation |
wilson_ci
has been superseded by the use of binom_ci
wilson_ci(x, conf.level = 0.95)
x |
vector of type integer (0/1) or logical (TRUE/FALSE) |
conf.level |
confidence level (between 0 and 1) |
data.frame with with mean (mean
), and bounds of confidence interval (lower
, upper
)
x <- c(rep(0, 500), rep(1, 500))
wilson_ci(x, conf.level = .90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.