jbufford / GLMM-Add-Ons

Add-on code for running GLMMs in R. For more details see README and documentation in the scripts.
GNU General Public License v2.0
1 stars 0 forks source link

Nested Random Effects #5

Open jbufford opened 8 years ago

jbufford commented 8 years ago

Model checks can't handle nested random effects if they are specified as (1|upper/lower). They must be specified as (1|upper) + (1|lower).

jbufford commented 6 years ago

This seems to be working well now. I don't remember what I did, or perhaps it's a change in the other packages, but it works, at least for lme4.