Compute the sample variance
sample_var(x, na.rm = FALSE)
x
Numeric vector
na.rm
(logical) Should missing values be removed?
data(anchoring) sample_var(anchoring$everest_feet)