se {birk} | R Documentation |
Computes the standard error of the values in x
. If na.rm
is TRUE then missing values are removed before computation proceeds.
se(x, na.rm = FALSE)
x |
a numeric vector or an R object which is coercible to one by as.vector(x, "numeric”). |
na.rm |
logical. Should missing values be removed? |
Matthew A. Birk, matthewabirk@gmail.com
se(1:10)