R/se.R
se.Rd
Calculates the standard error of the mean
se(x, na.rm = FALSE)
vector of values to calculate the se
Logical. Remove missing values in calculation?
se(x)#> Error in is.data.frame(x): object 'x' not found