se: Standard Error of the Mean

Description Usage Arguments See Also

Description

This function computes the standard error of the mean of the values in x using the formula se = sd(x) / sqrt(length(x)). If na.rm is TRUE then missing values are removed before computation proceeds.

Usage

1
se(x, na.rm = FALSE)

Arguments

x

a numeric vector or an R object which is coercible to one by as.vector(x, "numeric")

na.rm

logical. Should missing values be removed?

See Also

sd


dgromer/psymisc documentation built on May 15, 2019, 7:22 a.m.