lme4 (version 0.3-2)

nlme-internal: 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
fam
A family object
eta
The linear predictors
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.