mean_se | R Documentation |
For use with stat_summary()
mean_se(x, mult = 1)
x |
numeric vector. |
mult |
number of multiples of standard error. |
A data frame with three columns:
y
The mean.
ymin
The mean minus the multiples of the standard error.
ymax
The mean plus the multiples of the standard error.
set.seed(1)
x <- rnorm(100)
mean_se(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.