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.


papaja documentation built on Sept. 29, 2023, 9:07 a.m.