This repository was archived by the owner on Jun 27, 2024. It is now read-only.
Assumptions of GLMM #28
Answered
by
palday
tatiana-pashkova
asked this question in
Q&A
-
|
We've been talking about the assumptions of linear mixed models with a numerical response, for example, that the residuals need to be normally distributed and heteroscedastic. My question is, are there any assumptions for generalized linear mixed models (e.g. with a binomial response)? |
Beta Was this translation helpful? Give feedback.
Answered by
palday
Sep 13, 2023
Replies: 1 comment
-
:cough: Homoscedastic. 😉 :cough: You posed your question in terms of mixed models, but the same question works equally well for classical / non-mixed regression models. The core assumptions are:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tatiana-pashkova
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
:cough: Homoscedastic. 😉 :cough:
You posed your question in terms of mixed models, but the same question works equally well for classical / non-mixed regression models.
The core assumptions are:
familyargument in R, or the 4th positional argument in Julia.