se | R Documentation |
This function calculates the standard error for a variable in a given data frame.
se(var, na.rm = TRUE)
var |
variable to read in. |
na.rm |
logical (default set to |
This function returns the standard error for a given variable
data <- mtcars
se(data$mpg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.