I am thinking about how one should check for time consistency of in a GLM.
Model:
$$ \eta_{ijk} = \beta_{0} + \beta_{i}Year+\beta_{j}Var1+\beta_{k}Var2+\beta_{jk}(Var1 \times Var2) $$
If I were to add a time-interaction for the interaction variable (i.e. without time interactions for main effects) $ \beta_{ijk}(Var1\times Var2\times Year)$, and plot the predicted values for each year we would see how the modeled interaction variable varies with time. But would it be more suitable to control for the main effect time interactions as well?
Given that the main effects are fairly consistent with time my opinion would be that it sould not matter.
Any objections or suggestions?