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