se: Standard Error of the Mean

View source: R/calculations.R

seR Documentation

Standard Error of the Mean

Description

Calculates the standard error of the mean.

Usage

se(x, na.rm = TRUE)

Arguments

x

Numeric. A vector of observations.

na.rm

Logical. Specifies if missing values should be removed.

Value

The standard error of the mean as numeric vector of length 1.


crsh/papaja documentation built on Feb. 21, 2024, 6:11 p.m.