R/logit.R

logit <-
function (x) 
{
    log(x/(1 - x))
}
PeteHaitch/Aclust documentation built on May 8, 2019, 1:29 a.m.