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 ) )


neatStats documentation built on Aug. 21, 2025, 6:02 p.m.