stdErrMean: Calculate the standard error of the mean of a vector

View source: R/stdErrMean.R

stdErrMeanR Documentation

Calculate the standard error of the mean of a vector

Description

Calculate the standard error of the mean of a vector

Usage

stdErrMean(x)

Arguments

x

numeric vector

Value

Standard error of the mean

Examples

x <- rnorm(100)
stdErrMean(x)


johngodlee/JLGMisc documentation built on July 17, 2025, 3:09 a.m.