std_error | R Documentation |
Calculates standard error of the mean for numeric vector.
std_error(x, na.rm = FALSE)
x |
Numeric vector. |
na.rm |
logical indicating removal of NAs before calculation. |
Robert S. Chavez
x <- rnorm(100,100,15) std_error(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.