serr | R Documentation |
Compute the standard error of the mean.
serr(x, na.rm = FALSE)
x |
A numeric vector. |
na.rm |
Logical. Should missing values be removed? |
The standard error of x
. Returns NA
for
vectors with non-removed missing values,
as well as those with 1 or less non-NA
values.
Sercan Kahveci#'
serr(rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.