Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.
Discussion options

You must be logged in to vote

be normally distributed and heteroscedastic.

: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:

  • the residuals (more precisely: the conditional distribution) follow the assumed distribution.
    • For linear models, this is the normal distribution with same variance for all values of the linear predictor (that latter bit is the homoskedasticity assumption).
    • For generalized linear models, this is whatever distribution you chose -- the family argument in R, or the 4th positional argument in Julia.
    • Note that this assumption is on the residuals. For GL(M…

Replies: 1 comment

Comment options

You must be logged in to vote
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
Category
Q&A
Labels
None yet
2 participants