se: A standard error

Description Usage Arguments Value Author(s) 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

se

get a standard error

Value

a data a standard error

Author(s)

Oscar Ramirez Alan (osoramirez@gmail.com).

Examples

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

osoramirez/resumeRdesc documentation built on May 31, 2019, 5:13 p.m.