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 June 29, 2024, 9:15 p.m.