Hello Statalist users,
I am struggling in interpreting the outcome of an interaction term.
Firstly, I want to find out if the decrease in quarterly reporting of a firm leads to a decrease in their analyst following, when mandatory quarterly reporting was repealed in Europe in 2015.
Therefore, I designed two binary variables, quarterlyreporting =1 if a firm is quarterly reporting and =0 otherwise and Zeitraum1617 if the observation of a firm is after 2015 = 1 and before 2015 = 0.
I also include three control variables, but their interpretations are clear, so I will not report them here.
I designed the following modells in Stata 14:
I expected quarterlyreporting to have a positive influence and Zeitraum1617 to have a negative influence on analystfollowing which is consistent with the outcomes of my regression. But the interaction terms turns out to be negative and I do not know how to interpret this or do not even know, whether the specification of the regression is the right one.. I also implemented fixed effects later, but I do not know, if the interaction term is correctly specified as I got a different outcome for the interaction when I add it as a new generated variable or just with one # between the variables.
I am really desperate of this regression and I really need it for my masterthesis, so please help me if you have any ideas to my problem.
I thank you in advance !
I am struggling in interpreting the outcome of an interaction term.
Firstly, I want to find out if the decrease in quarterly reporting of a firm leads to a decrease in their analyst following, when mandatory quarterly reporting was repealed in Europe in 2015.
Therefore, I designed two binary variables, quarterlyreporting =1 if a firm is quarterly reporting and =0 otherwise and Zeitraum1617 if the observation of a firm is after 2015 = 1 and before 2015 = 0.
I also include three control variables, but their interpretations are clear, so I will not report them here.
I designed the following modells in Stata 14:
Code:
xtreg analystfollowing i.quarterlyreporting##i.Zeitraum1617
I am really desperate of this regression and I really need it for my masterthesis, so please help me if you have any ideas to my problem.
I thank you in advance !
Comment