Takes the standard error of a vector.
se(x)
x
numeric vector.
Returns a numeric, representing the standard error of the input vector.
numeric
x <- sample(1:100, 20) se(x)