powered by
For use with stat_summary()
stat_summary()
mean_se(x, mult = 1)
numeric vector
number of multiples of standard error
A data frame with columns y, ymin, and ymax.
y
ymin
ymax
# NOT RUN { x <- rnorm(100) mean_se(x) # }
Run the code above in your browser using DataLab