Calculate mean and standard error
For use with stat_summaryh
. Corresponding function for
vertical geoms is mean_se()
mean_se_h(x, mult = 1)
x |
numeric vector |
mult |
number of multiples of standard error |
A data frame with columns x
, xmin
, and xmax
.
x <- rnorm(100) mean_se_h(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.