nlme-internal {lme4}R Documentation

Internal nlme functions

Description

Internal nlme functions.

Usage

getFixDF(object)
glmmLa2LogLikComp(x, eta)
glmmLa2RespWt(fam, eta, origy, w, off)
glmmLa2Wt2(fam, eta, w)

Arguments

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

Details

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.


[Package Contents]