R/utils.R

z_score <- function(x) {
  (x - mean(x)) / stats::sd(x)
}
revodavid/rlangtip documentation built on May 12, 2019, 4:13 p.m.