I ran a Generalized Linear Mixed Model in R and included an interaction effect between two predictors. The interaction was not significant, but the main effects (the two predictors) both were. Now many textbook examples tell me that if there is a significant effect of the interaction, the main effects cannot be interpreted. But what if your interaction is not significant?
Can I conclude that the two predictors have an effect on the response? Or is it better to run a new model where I leave out the interaction? I prefer not to do so, because I would then have to control for multiple testing.