View source: R/helpful_functions.R
se | R Documentation |
This function calculates the standard error for a numeric-vector x. NA values will be removed.
se(x)
x |
numeric vector |
numeric value; standard error of vector x
x <- 1:20
se(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.