Dear Stata Statisticians,
I have one unbalanced panel data, including 1,000 households and 8,790 individuals. T= 9. The simple model specification is:
Yit = a + bXit + cZit + dC_Xit*C_Zit
Yit is the dependent variable of individual i in period t, which is continuous;
Xit is the independent variable of individual i in period t, which is continuous;
Zit is the moderator of individual i in period t, which is also continuous;
C_Xit*C_Zit is the interaction item of centered Xit and centered Zit.
I use command: xtreg Yit Xit Zit c.C_Xit#c.C_Zit, fe r (fixed effect linear model)
The results that I have now is:
b is non-significant;
c is significant;
d is significant.
According to Jaccard and Turrisi (2003), coefficients b is non-significant, indicating that there is no simple effect of Xit on Yit. However, coefficient d is significant, indicating that Zit moderates the relationship between Xit and Yit. In other words, there is no simple effect but there is interaction effect.
My question is 1) what do these results mean?
2) If there is any statistical value of these results, how should I discuss the case that no simple effect but having interaction effect?
I am still in early stage of my research, please verify me if I say something wrong. Any suggestion of related references will be really appreciated. Thank you so much for your kind help.
Best regards,
David
Reference:
Jaccard, J., & Turrisi, R. (2003). Interaction effects in multiple regression (No. 72). Sage.
I have one unbalanced panel data, including 1,000 households and 8,790 individuals. T= 9. The simple model specification is:
Yit = a + bXit + cZit + dC_Xit*C_Zit
Yit is the dependent variable of individual i in period t, which is continuous;
Xit is the independent variable of individual i in period t, which is continuous;
Zit is the moderator of individual i in period t, which is also continuous;
C_Xit*C_Zit is the interaction item of centered Xit and centered Zit.
I use command: xtreg Yit Xit Zit c.C_Xit#c.C_Zit, fe r (fixed effect linear model)
The results that I have now is:
b is non-significant;
c is significant;
d is significant.
According to Jaccard and Turrisi (2003), coefficients b is non-significant, indicating that there is no simple effect of Xit on Yit. However, coefficient d is significant, indicating that Zit moderates the relationship between Xit and Yit. In other words, there is no simple effect but there is interaction effect.
My question is 1) what do these results mean?
2) If there is any statistical value of these results, how should I discuss the case that no simple effect but having interaction effect?
I am still in early stage of my research, please verify me if I say something wrong. Any suggestion of related references will be really appreciated. Thank you so much for your kind help.
Best regards,
David
Reference:
Jaccard, J., & Turrisi, R. (2003). Interaction effects in multiple regression (No. 72). Sage.
Comment