CI.Rd
Calculates the confidence interval of a vector of data.
CI(x, ci = 0.95)
a vector of data
the confidence interval to be calculated
Upper bound of interval.
Mean of data.
Lower bound of interval.
CI(rnorm(100)) #> upper mean lower #> 0.2793116 0.0707892 -0.1377332