Skip to content
Prev 1517 / 20628 Next

Generalized mixed models for poisson distributions

Page E. Van Meter wrote:
1.  It is too bad about the GLM thing, but I think both usages 
("general" and "generalized" are here to stay).
  2. Just to clarify a tiny bit more: "nonlinear mixed effect models" 
usually implies normally distributed data (i.e. error terms) with 
non-linear, NON-linearizable dependence of expected values on continuous 
covariates (if they were linearizable then one could handle a 
normal-error model with family(gaussian,link="..."))
nlmer handles these -- it doesn't complain about a "family" argument, 
but based on a quick look on the output it looks like the function
actually ignores it.
  3. GLMMs handle exponential-family data and linearizable 
nonlinearities -- and they are indeed much harder than LMMs or GLMs.