nlme-internal {lme4} | R Documentation |
Internal nlme functions.
getFixDF(object) glmmLa2LogLikComp(x, eta) glmmLa2RespWt(fam, eta, origy, w, off) glmmLa2Wt2(fam, eta, w)
object |
An object of a suitable class. |
x |
An object of class glmm |
eta |
The linear predictors |
fam |
A family object |
origy |
The original response |
w |
The initial weights |
off |
The initial offset |
These functions are internal to the package and are not intended to be called by the user. They will be hidden by a namespace when namespaces and S4 classes can work together.