powered by
Takes the standard error of a vector.
se(x)
Returns a numeric, representing the standard error of the input vector.
numeric
numeric vector.
x <- sample(1:100, 20) se(x)
Run the code above in your browser using DataLab