se: Standard Error

Description Usage Arguments Note Examples

Description

Calculate the standard error of a distribution.

Usage

1
se(x)

Arguments

x

distribution over which to calculate the standard error

Note

the variance of the sample is calculate with na.rm=TRUE

Examples

1
2
x <- 1:10
se(x=x)

boshek/samfunr documentation built on May 13, 2019, 12:37 a.m.