R/getD.R

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