R/logit.R

Defines functions logit

logit <- function(p) {
    return(log(p/(1-p)))
}
ziyili20/caROC documentation built on March 28, 2021, 2:52 a.m.