Standard error of the values of x.
Arguments
- x
numeric vector or matrix
Details
Standard error is computed as var(x)/length(x).
Value
Returns the standard error of all elements of the vector or matrix.
Examples
std_err(1:10) #=> 0.9574271
#> [1] 0.9574271