sem: Standard Error of the Mean

Description Usage Arguments See Also Examples

Description

Computes the standard error of the mean (SEM)

Usage

1
sem(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 for standard deviation

Examples

1
sem(1:4)

opelr/opelR documentation built on May 3, 2019, 5:49 p.m.