R/se.R

Defines functions se

se <- function(v)
{
  sqrt(var(v))/sqrt(length(v))
}
jkh516/RWorkshop documentation built on Jan. 8, 2020, 12:06 a.m.