R/SEM.R

Defines functions SEM

#' @export

SEM <- function(x)
  {
  return(sd(x)/ sqrt(length(x)))
  
  }
wilsontom/modelmisc documentation built on Nov. 22, 2019, 12:22 a.m.