se: Standard error

seR Documentation

Standard error

Description

Calculate the standard error of the mean.

Usage

se(x, na.rm = FALSE)

Arguments

x

Numeric vector.

na.rm

Logical. If TRUE then remove NAs before calculation.

Value

Numeric.

See Also

link[stats]{sd}

Examples


se(1:100)


statisfactory documentation built on Aug. 22, 2023, 1:07 a.m.