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 March 1, 2025, 5:46 p.m.