se_of_mean {exploratory} | R Documentation |
Standard error of the mean
se_of_mean(vector, na.rm = TRUE, notify_na_count = NULL)
vector |
a numeric vector |
na.rm |
if |
notify_na_count |
if |
the output will be a numeric vector of length one, which will be the standard error of the mean for the given numeric vector.
se_of_mean(c(1:10, NA))