R/se.R
se.Rd
Computes the standard error of the mean.
se(x, na.rm = FALSE)
A numeric vector.
Remove missing values before computing the standard error.
A numeric scalar.
se(c(1, 2, 3, 4)) #> [1] 0.6454972