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/BioStatsWWU documentation built on Jan. 12, 2024, 11:02 p.m.