Skip to content
Prev 130991 / 398506 Next

lmer and method call

On Nov 29, 2007 8:09 PM, M-J Milloy <mjmilloy at cfenet.ubc.ca> wrote:
The help file does say that for a generalized linear mixed model
(GLMM), which is what family = binomial implies, the estimation
criterion is always "ML" (maximum likelihood) as opposed to "REML"
(restricted, or residual, maximum likelihood).  So stating method =
"ML" is redundant.

For a GLMM, however, the log-likelihood cannot not be evaluated
directly and must be approximated.  Here the help file is misleading
because it implies that there are three possible approximations, "PQL"
(penalized quasi-likelihood), "Laplace" and "AGQ" (adaptive Gaussian
quadrature).  AGQ has not yet been implemented so the only effective
choices are PQL and Laplace.  The default is PQL, to refine the
starting estimates, followed by optimization of the Laplace
approximation.  In some cases it is an advantage to suppress the PQL
iterations which can be done with one of the settings for the control
argument.