R/logitInverseCov.R

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