se: Standard Error

Description Usage Arguments See Also Examples

View source: R/se.R

Description

This function computes the standard error of the values in a vector 'x'. If 'na.rm' is 'TRUE' then missing values are removed before computation proceeds.

Usage

1
se(x, na.rm=TRUE)

Arguments

x

a numeric vector.

na.rm

logical. Should missing values be removed?

See Also

sd

Examples

1
se(1:10) ^ 2

sciplot documentation built on April 14, 2020, 7:37 p.m.

Related to se in sciplot...