View source: R/ggplot_functions.R
mean_ci_dist | R Documentation |
Calculate the mean and confidence intervals of a distribution - output designed for stat_summary in ggplot
mean_ci_dist(x, ci = 95)
x |
Dataset, a numerical vector. |
ci |
Width of the confidence interval in percents. Defaults to 95. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.