se: Standard Error of Mean

View source: R/se.R

seR Documentation

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

se( c(11, 15, 19, 43, 53, -4, 34, 8, 33, -1, 54 ) )


gasparl/neatstats documentation built on Jan. 10, 2023, 6:23 a.m.