R/logit.R

Defines functions logit

logit <- function(x) {
  log(x/(1-x))
}
AlkemaLab/fpemlocal documentation built on April 8, 2023, 8:58 p.m.