I am running multiple regression to test my hypothesis, which includes interaction terms. I have some control variables and three key predictors A, B and C. I used hierarchical regression models which adds the predictors step by step.
Here is my sequence of models:
model 1: only include control variables to see how they relates to the dependent variable
model 2: add A B and C based on model 1
model 3: add the interaction of A and B based on model 2
model 4: add the interaction of AB and BC based on model 3
Q1: In model 2, predictor B is significant, but its not significant in model 3 and 4 when the interaction terms were added. Should I say B has a significant impact on my dependent variable?
Q2: The significance of some control variables varies between different model. How to combine the results when interpreting them?
Q3: Do I have to include the interaction term of ABC, even though its not one of my hypothesis?
Thanks a lot for your help!!!