R/logit.R

Defines functions logit

logit <- function(x) {
  log(x/(1-x))
}
FPRgroup/fpemmodeling documentation built on April 8, 2020, 12:32 p.m.