Calculates the standard error interval of a vector of data
run_STDERR(x)
(Required). vector. a vector of data.
Upper bound of interval.
Mean of data.
Lower bound of interval.
https://github.com/cran/Rmisc/
run_STDERR(rnorm(100))
#> upper mean lower
#> 0.191356346 0.090838984 -0.009678378