R/expit.R

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