Skip to contents

Computes the standard error of the mean for a numeric vector.

Usage

se_mean(x, na.rm = FALSE)

Arguments

x

a numeric vector or a non-factor object coercible to numeric by as.double(x).

na.rm

logical. Should missing values be removed?