Learn R Programming

RVAideMemoire (version 0.9-45-2)

se: Standard error of the mean

Description

Computes the standard error of the mean of a vector.

Usage

se(x)

Arguments

x
numeric vector.

Details

The function deals with missing values.

Examples

Run this code
se(rnorm(30))

Run the code above in your browser using DataLab