R/logit.R

Defines functions `logit`

`logit` <- function(p) log(p/(1-p))
davidavdav/ROC documentation built on Sept. 8, 2023, 2:39 p.m.