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:
yThe mean.
yminThe mean minus the multiples of the standard error.
ymaxThe mean plus the multiples of the standard error.
#> y ymin ymax #> 1 -0.09132822 -0.1951865 0.01253002