powered by
This function calculates the standard error for a variable in a given data frame.
se(var, na.rm = TRUE)
This function returns the standard error for a given variable
variable to read in.
logical (default set to T). When set to na.rm = F, will include NA's in calculation.
T
na.rm = F
data <- mtcars se(data$mpg)
Run the code above in your browser using DataLab