STDERR.Rd
Calculates the standard error interval of a vector of data
STDERR(x)
a vector of data.
Upper bound of interval.
Mean of data.
Lower bound of interval.
STDERR(rnorm(100)) #> upper mean lower #> 0.21628469 0.11485680 0.01342891