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