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