You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Pakillo
changed the title
Include more info about nested and crossed random effects
Mixed models: Include more info about nested and crossed random effects
Jan 12, 2025
See lme4 manual (http://lme4.r-forge.r-project.org/book/Ch2.pdf) and Bolker's article.
Nested random effects (1|a/b) are actually equivalent to (1|a) + (1|b), as long as levels in b are clearly specified so they can't be confounded. See also https://m-clark.github.io/mixed-models-with-R/extensions.html#crossed-vs.nested
The text was updated successfully, but these errors were encountered: