Calculate standard error of the mean
Calculates the standard error of the mean.
std.error(x,na.rm)
x |
A vector of numerical observations. |
na.rm |
Dummy argument to match other functions. |
std.error will accept a numeric vector.
The conventional standard error of the mean = sd(x)/sqrt(sum(!is.na(x)))
Jim Lemon
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.