se {birk} | R Documentation |
Standard Error
Description
Computes the standard error of the values in x
. If na.rm
is TRUE then missing values are removed before computation proceeds.
Usage
se(x, na.rm = FALSE)
Arguments
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? |
Author(s)
Matthew A. Birk, matthewabirk@gmail.com
See Also
Examples
se(1:10)
[Package birk version 2.1.2 Index]