std_err: Standard error

Description Usage Arguments Value Examples

Description

Standard error

Usage

1

Arguments

a

numeric vector or an R object which is coercible to one by as.double(x)

Value

a real number representing the standard error

Examples

1
2
3
4
x <- rnorm(100)
mean(x)
std_err(x)
#End

RoyChristian/startR documentation built on May 9, 2019, 10:34 a.m.