R/getAp.R

getAp <-
function (xmat, center, beta, geemod = "LM") 
{
    if (geemod == "LM") {
        apbeta <- xmat %*% beta
    }
    return(apbeta)
}
kloke/rbgee documentation built on May 20, 2019, 12:34 p.m.