Dear Wouter Wakker thank you very much for the prompt response. Please can you explain with the example. I tried my best but post 2 and 3 are not working in my case.
reg wroa CSR LOG_AT_US wsale_gr wche_at wbook_td i.fyear i.ff48i if CEOage>50.5, cluster(GVKEY1)
reg wroa CSR LOG_AT_US wsale_gr wche_at wbook_td i.fyear i.ff48i if CEOage<=50.5, cluster(GVKEY1)
From the above codes, I got the following output
My question is which test I should perform, which tells me that CSR coefficients are significantly different from each other.
reg wroa CSR LOG_AT_US wsale_gr wche_at wbook_td i.fyear i.ff48i if CEOage>50.5, cluster(GVKEY1)
reg wroa CSR LOG_AT_US wsale_gr wche_at wbook_td i.fyear i.ff48i if CEOage<=50.5, cluster(GVKEY1)
From the above codes, I got the following output
Age > 50.5 | Age <= 50.5 | |
CSR | 0.013*** | 0.014*** |
(3.69) | (4.91) | |
SIZE | -0.001 | -0.001 |
(-0.31) | (-0.63) | |
SALES_GR | 0.071*** | 0.076*** |
(8.94) | (9.26) | |
CASH/TA | -0.032 | -0.023 |
(-1.56) | (-1.10) | |
LEV | -0.099*** | -0.096*** |
(-5.45) | (-5.41) | |
Constant | 0.241*** | 0.229*** |
(7.81) | (12.66) | |
Industry Fixed Effects | Yes | Yes |
Year Fixed Effects | Yes | Yes |
N | 6,102 | 6,116 |
Adj R2 | 0.178 | 0.186 |
My question is which test I should perform, which tells me that CSR coefficients are significantly different from each other.
Comment