se: A standard error

Description Usage Arguments Value Examples

Description

The standard error (SE) of a statistic is the standard deviation of its sampling distribution.

Usage

1
se(x)

Arguments

x

is a numeric value, could be a a vector or data.frame

Value

a standard error

Examples

1
2
x<-rnorm(25,2,3)
se(x)

osoramirez/resumeR documentation built on May 30, 2019, 12:47 p.m.