se_of_mean {exploratory} | R Documentation |
Standard error of the mean
Description
Standard error of the mean
Usage
se_of_mean(vector, na.rm = TRUE, notify_na_count = NULL)
Arguments
vector |
a numeric vector |
na.rm |
if |
notify_na_count |
if |
Value
the output will be a numeric vector of length one, which will be the standard error of the mean for the given numeric vector.
Examples
se_of_mean(c(1:10, NA))
[Package exploratory version 0.3.31 Index]