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