R/logitInverse.R

logitInverse <-
function(intercept,d)
{
    return(1/(1+exp(d-intercept)))
}
SAcmu/LLSM documentation built on May 9, 2019, 11:06 a.m.