Learn R Programming

birk (version 1.3.0)

se: Standard Error

Description

Computes the standard error of the values in x. If na.rm is TRUE then missing values are removed before computation proceeds.

Usage

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?

encoding

UTF-8

See Also

sd, var

Examples

Run this code
se(1:10)

Run the code above in your browser using DataLab