Learn R Programming

statisfactory (version 1.0.4)

se: Standard error

Description

Calculate the standard error of the mean.

Usage

se(x, na.rm = FALSE)

Value

Numeric.

Arguments

x

Numeric vector.

na.rm

Logical. If TRUE then remove NAs before calculation.

See Also

link[stats]{sd}

Examples

Run this code

se(1:100)

Run the code above in your browser using DataLab