Skip to content
Prev 11936 / 20628 Next

Assessing Normality for Mixed Models

Sorry forgot one function in the code for the check of random effect 
normality:
qqnorm(unlist(ranef(model)))
qqline(unlist(ranef(model)))

Lionel
On 20/05/2014 21:25, Lionel wrote: