View source: R/utils_analysis.R
get_ci | R Documentation |
Computes mean with 95% confidence interval.#'
get_ci(vector, method = c("percentile", "bca", "norm"))
vector |
a numeric vector. |
method |
the method used for calculation of 95% confidence interval. |
a data frame with mean, lower CI and upper CI values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.