se {statisfactory}R 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)


[Package statisfactory version 1.0.4 Index]