Calculate mean and standard error
For use with stat_summary()
mean_se(x, mult = 1)
x |
numeric vector |
mult |
number of multiples of standard error |
A data frame with columns y
, ymin
, and ymax
.
x <- rnorm(100) mean_se(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.