Skip to content

12_st_err

mike edited this page May 4, 2018 · 1 revision

Maritimes/Mar.utils - Calculates the standard error of a vector

May 2, 2018 - Mike McMahon (mike.mcmahon@dfo-mpo.gc.ca)

st_err.r

Calculates the standard error of a vector

> vec = c(1:10)
> st_err(vec)
[1] 0.9574271

Clone this wiki locally