R/logit.R

Defines functions logit

logit <- function(p) {
    return(log(p/(1-p)))
}

Try the caROC package in your browser

Any scripts or data that you put into this service are public.

caROC documentation built on April 2, 2021, 9:06 a.m.