se: calculate the standard error of the mean

View source: R/se.R

seR Documentation

calculate the standard error of the mean

Description

this function calculates the standard error of the mean.

Usage

se(x)

Arguments

x

a numeric vector

Author(s)

Tim Appelhans

Examples

a <- rnorm(1000, 20, 5)
mean(a)
se(a)


environmentalinformatics-marburg/Rsenal documentation built on July 28, 2023, 6:09 a.m.