Rdocumentation
powered by
Learn R Programming
RVAideMemoire (version 0.9-35)
se: Standard error of the mean
Description
Compute 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