powered by
Calculates the standard error of the mean.
se(x, na.rm = TRUE)
The standard error of the mean as numeric vector of length 1.
Numeric. A vector of observations.
Logical. Specifies if missing values should be removed.