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 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.
# NOT RUN { x <- rnorm(100) mean_se(x) # }
Run the code above in your browser using DataLab