Dear reader,
My study is about testing the relationship between ESG scores and the corporate financial performance of companies as measured by ROA. Where ROA is my dependent variable and ESG independent. For robustness checks I have also run the 2SLS with IV (the ESG_average)
I have run the 2SLS first for the following regression without interaction term as shown in the following command:
Second, I also test whether legal legislation (Law) as a dummy variable also has an impact on ESG score. So, I use the legal legislation with ESG as interaction term in the regression as follows:
The problem is that I am unable to run the 2SLS including the interaction term...
already tried the following:
but it keeps saying "ESG included in both exogenous and endogenous variable lists"
Anyone who knows how to run the 2SLS with this particular interaction term?
Thanks in advance!
My study is about testing the relationship between ESG scores and the corporate financial performance of companies as measured by ROA. Where ROA is my dependent variable and ESG independent. For robustness checks I have also run the 2SLS with IV (the ESG_average)
I have run the 2SLS first for the following regression without interaction term as shown in the following command:
Code:
ivregress 2sls ROA Size Leverage sales_growth PPE Industry_n year (ESG = ESG_average), robust
Code:
reg ROA i.Law##c.ESG Size Leverage sales_growth PPE i.Industry_n i.year, robust
already tried the following:
Code:
ivregress 2sls TQ ESG Law Size Leverage sales_growth c.ESG##i.Law PPE Industry_n year (ESG = ESG_average), robust
Anyone who knows how to run the 2SLS with this particular interaction term?
Thanks in advance!
Comment