R/sd.R

sd <- function(...) {
  value <- stats::sd(...)
  return(value)
}
mobilizingcs/MobilizePrime documentation built on May 23, 2019, 5:07 a.m.