serr: Standard error

View source: R/aggregators.R

serrR Documentation

Standard error

Description

Compute the standard error of the mean.

Usage

serr(x, na.rm = FALSE)

Arguments

x

A numeric vector.

na.rm

Logical. Should missing values be removed?

Value

The standard error of x. Returns NA for vectors with non-removed missing values, as well as those with 1 or less non-NA values.

Author(s)

Sercan Kahveci#'

Examples

serr(rnorm(100))


Spiritspeak/skMisc documentation built on April 12, 2025, 5:40 a.m.