Calculates the standard error interval of a vector of data
STDERR(x)
x
a vector of data.
upper
Upper bound of interval.
mean
Mean of data.
lower
Lower bound of interval.
STDERR(rnorm(100))