| mean_se_corrected | R Documentation |
Adapted from ggplot2::mean_se. Corrects the denominator for the variance with N - 1.
mean_se_corrected(x, mult = 1)
x |
Numeric vector. |
mult |
Number of multiples of standard error. |
A dataframe with three columns:
yThe mean.
yminThe mean minus the multiples of the standard error.
ymaxThe mean plus the multiples of the standard error.
x <- rnorm(100)
mean_se_corrected(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.