se_of_mean {ezr} | 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 |
Examples
se_of_mean(c(1:10, NA))
[Package ezr version 0.1.5 Index]