I have a global model using a GLMM with 5 fixed effects with interactions, as well as two random effects.
x ~ a*b + a*c + a*d + a*e + (1|f) + (1|g)
I am using an information theoretic approach and have used the dredge()
function in MuMIn
on this global model.
The null model is ranked very low (95) which I had assumed meant that fixed effects are important to the system, as there are 94 possible model combinations which are better than random.
However, a colleague asked if the random effects were included in the null model, as otherwise, of course many models are better than null, because they take into account variation from the random effects, but the null model would not.
However, I assumed that the model would still have these random effects, just no fixed effects. Is this correct?