GLMM in rstudio

Hi everybody,
I have several independent variables and a dependent variable - all numeric.
I am trying to run a GLMM - binomial logit:
m<-glmer(y ~ x1:x2:x3 + (1 | participant), data=mydata, family=binomial).

How can I check the model's assumptions?
Thanks :slight_smile:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.