Dear Statalist,
I don't know if this question has been asked before. I, at least, couldn't find it.
I am currently analyzing the effects of ESG ratings on stock returns. One of the goals of my study is to figure out if, during a timespan running from 2003 until 2018, the effect of ESG on stock returns has changed. I am unsure how I should tackle this problem. I have divided my sample in multiple parts by means of a dummy for which American president was in office; e.g. Bush = 1 if Bush was in office during time t. Obama = 1 if Obama was in office and Trump = 1 if Trump was in office.
My question is, how should I model my regression. I currently. have an panel regression (xtreg) with fixed effects and firms are clustered by TRBC business sector (it is the refinitiv business classifier, which contains 29 business sectors). I was personally thinking of either just adding the president variables into my original regression, and after I ran it, just performing an F-test on the presidents:
test Bush = Obama = Trump.
I was also thinking of working with interaction effects:
xtreg lnreturn $normal regression ESG_Bush ESG_Obama ESG_Trump, fe cluster(busseccode).
test ESG_Bush = ESG_Obama = ESG_Trump.
If I choose for the interaction effects, should I also include the normal president variables?
And then finally, in my other regressions I also had a time dummy which removed time-fixed effects, i.Quarter. Should I also include that in this regression? My own intuition was that I should not include it, as then the interaction effects and president variables show purely the effect of that president, and not the fact that they are not in the same time period. When I ran the testparm i.Quarter on the variable, it gave me significant results meaning that I should include it, but my intuition tells me not to.
I know that including the presidents does give some inconsistency, as for example during Obama there was the big crisis, but that is something I am willing to accept as I did not know how to correct for this.
I am hoping someone can either point me in the right direction by either answering my questions or referring to another thread in which this problem was discussed. Kind regards, Maarten Loomans.
I don't know if this question has been asked before. I, at least, couldn't find it.
I am currently analyzing the effects of ESG ratings on stock returns. One of the goals of my study is to figure out if, during a timespan running from 2003 until 2018, the effect of ESG on stock returns has changed. I am unsure how I should tackle this problem. I have divided my sample in multiple parts by means of a dummy for which American president was in office; e.g. Bush = 1 if Bush was in office during time t. Obama = 1 if Obama was in office and Trump = 1 if Trump was in office.
My question is, how should I model my regression. I currently. have an panel regression (xtreg) with fixed effects and firms are clustered by TRBC business sector (it is the refinitiv business classifier, which contains 29 business sectors). I was personally thinking of either just adding the president variables into my original regression, and after I ran it, just performing an F-test on the presidents:
test Bush = Obama = Trump.
I was also thinking of working with interaction effects:
xtreg lnreturn $normal regression ESG_Bush ESG_Obama ESG_Trump, fe cluster(busseccode).
test ESG_Bush = ESG_Obama = ESG_Trump.
If I choose for the interaction effects, should I also include the normal president variables?
And then finally, in my other regressions I also had a time dummy which removed time-fixed effects, i.Quarter. Should I also include that in this regression? My own intuition was that I should not include it, as then the interaction effects and president variables show purely the effect of that president, and not the fact that they are not in the same time period. When I ran the testparm i.Quarter on the variable, it gave me significant results meaning that I should include it, but my intuition tells me not to.
I know that including the presidents does give some inconsistency, as for example during Obama there was the big crisis, but that is something I am willing to accept as I did not know how to correct for this.
I am hoping someone can either point me in the right direction by either answering my questions or referring to another thread in which this problem was discussed. Kind regards, Maarten Loomans.
Comment