Calculates the standard error of the mean

se(x, na.rm = FALSE)

Arguments

x

vector of values to calculate the se

na.rm

Logical. Remove missing values in calculation?

Examples

se(x)
#> Error in is.data.frame(x): object 'x' not found