Hello! I have a model that requires an addition of interaction term and thus I am wondering how to firstly correctly form the regression equation and after interpret the interaction effect. In general I am trying to measure what effect being close to a credit rating change has on firm net investment spending. I am further however examining if the effect is more prominent in high tech industries. Namely, I am trying to firstly, derive the effect being close to a credit rating change has on firm net investment spending and secondly derive the effect for firms that are both close to a credit rating change as well as in high tech industry!
My variable are
1) CR_POM ( dummy variable) to indicate if firm is close to a credit rating change or not
2) Tech_Industry (dummy variable) to indicate if firm is in high tech industry or not
3) Size and Profitability are control variables
4) InvWinsor is the % change in firm investment spending
And so far my regression code was as indicated below. Is this the right way how to form the regression with interaction effect? And how should I correctly interpret the interaction term?
Thank you in advance!
My variable are
1) CR_POM ( dummy variable) to indicate if firm is close to a credit rating change or not
2) Tech_Industry (dummy variable) to indicate if firm is in high tech industry or not
3) Size and Profitability are control variables
4) InvWinsor is the % change in firm investment spending
And so far my regression code was as indicated below. Is this the right way how to form the regression with interaction effect? And how should I correctly interpret the interaction term?
Code:
regress InvWinsor CR_POM Tech_Industry CR_POM## i. Tech_Industry Size Profitability
Thank you in advance!
Comment