powered by
Calculates the standard error of the mean.
std.error(x,na.rm)
The conventional standard error of the mean = sd(x)/sqrt(sum(!is.na(x)))
A vector of numerical observations.
Dummy argument to match other functions.
Jim Lemon
std.error will accept a numeric vector.
sd