Calculate the standard error of the mean.
se(x, na.rm = FALSE)
x
Numeric vector.
na.rm
Logical. If TRUE then remove NAs before calculation.
NA
Numeric.
link[stats]{sd}
se(1:100)