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)


adamlilith/statisfactory documentation built on Jan. 3, 2024, 10:37 p.m.