se: Standard Error

Description Usage Arguments Author(s) See Also Examples

View source: R/se.R

Description

Computes the standard error of the values in 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?

Author(s)

Matthew A. Birk, matthewabirk@gmail.com

See Also

sd, var

Examples

1
se(1:10)

birk documentation built on May 2, 2019, 8:58 a.m.

Related to se in birk...