Open jbufford opened 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).
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.
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).