Calculates the confidence interval of a vector of data.
run_CI(x, ci = 0.95)
(Required). vector. a vector of data.
(optional). numeric. confidence interval to be calculated.
Upper bound of interval.
Mean of data.
Lower bound of interval.
https://github.com/cran/Rmisc/
run_CI(rnorm(100))
#> upper mean lower
#> 0.0659322 -0.1126374 -0.2912069