se: Standard error of the mean

View source: R/functions.R

seR Documentation

Standard error of the mean

Description

Standard error of the mean

Usage

se(x)

Arguments

x

vector of numerical values

Examples

#generate some data
data <- rnorm(10)

#calculate the standard error
se(data)


mzinkgraf/BiometricsWWU documentation built on Dec. 9, 2023, 1:07 a.m.