Takes the standard error of a vector.

se(x)

Arguments

x

numeric vector.

Value

Returns a numeric, representing the standard error of the input vector.

Examples

x <- sample(1:100, 20)
se(x)
#> [1] 6.237577