Learn R Programming

neatStats (version 1.8.1)

se: Standard Error of Mean

Description

Simply calculates the standard error of a vector of numbers.

Usage

se(x)

Arguments

x

Numeric vector.

Value

Standard error.

See Also

mean_ci, plot_neat

Examples

Run this code
# NOT RUN {
se( c(11, 15, 19, 43, 53, -4, 34, 8, 33, -1, 54 ) )

# }

Run the code above in your browser using DataLab