I am having an issue specifying main effects and interaction terms in an ANOVA model.
The problem is, lets say that I have 3 factors, A,B and C. I am interested in the main effects of A, B but not C. However, it is very important for me the interaction between A and B. I just want to know if the effects of A and B change within levels of C, but to me is not important if C has an effect or not.
When I set my model with the following terms:
effect of A
effect of B
effect of AxB
effect of AxC
effect of BxC
I get significant interactions of the terms AxC and BxC. But if I add the main effect C (effect of C) in the model, the intersection terms AxC and BxC are no longer significant. Which I presume is due to the sequential nature of the sum of square procedure.
My question is: Is it okay to use my first model, where the main effect C is absent, and C only appears interacting with other factors?