Skip to content
Prev 10391 / 20628 Next

lme4 and PIRLS

Grace, Justin <justin.grace at ...> writes:
PIRLS is the algorithm that glmer uses; it allows the variance of
the residuals to be a specified function of the mean rather than being
constant as in the standard linear mixed model.  Typically, you would
use PIRLS (automatically) when you decided to use a generalized mixed
model because your data represented (e.g.) counts or proportions.

  I don't feel I have quite enough context to answer your other
questions. If someone has advised you that you should use PIRLS, can
you go back and ask *them* why it's an improvement?

  Just to clarify, "REML" and "ML" are _criteria_ for fitting,
wherease "PIRLS" is an _algorithm_ (it is generally used to fit
a ML criterion).

  Ben Bolker