Skip to contents

Deprecated in 0.7.0 favor of the more specific functions se_mean() and se_mean(). se() now calls se_mean() with a deprecation warning.

Computes the standard error of the values in x.

Usage

se(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?