View source: R/ggplot_functions.R
mean_ci_bal | R Documentation |
Perform a one-sample balanced bootstrap using mean as the sampling statistic - output designed for stat_summary in ggplot
mean_ci_bal(x, n = 10000, ci = 95)
x |
Dataset, a numerical vector. |
n |
Number of bootstrap replicates to perform. |
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.