Hello,
Thank you very much for the quick answer
I am indeed using the anova.asterOrReaster function to do model comparison for both fixed effects and their interaction.
the three formulas I wrote in the original message were actually the formulas for the three reduced models, in which I drop the fixed effects or their interaction,
I then want to individually compare each of these reduced models with the full model.
I also didn't know about the "no naked preditors", thanks for pointing that out. I had a quick look into it, but it didn't solve my problem.
My question was more related to how the model chooses which component to drop (because of collinearity, as you mentionned):
When I am printing the summary for the full model, it shows that it drops one of the components of the categorical fixed effect. It also shows the coefficient for the interaction between both fixed effect, but only for one the same component of the categorical effect (not mentioned in the "dropped" section of the output).
However, in the reduced model where i drop the continuous variable (model.cont in my original message), when I'm printing the summary, it shows me two distinct coefficients for the interaction between both fixed effect, corresponding to both components of the categorical effect, instead of showing it only for one of the components.
the problem is also that I end up with the same degrees of freedom than the full model, which makes the model comparison not possible.
If i fit my models similarly using a mixed effect model (with lmer) , the summaries of both full and reduced models have the same "issues" as the ones i get from my aster models.. However, in that case, I analyse the model directly with the Anova function of the car package.
so my question would be how could I work around this issue with my aster models, to perform my model comparison with the reduced model dropping the continuous variable?
I hope to have been able to clarify my questions,
best ,
Antoine Perrier