R/logit.R

logit <-
function (x) 
{
    log(x/(1 - x))
}
ftyu1234/Aclust documentation built on May 16, 2019, 3:37 p.m.