CODE]reghdfe tariff c.emissions##i.year a(industry) cluster(industry)[/CODE]
Hi everyone,
Thanks for providing help time to time. I have panel data for tariff emissions and industry. I am trying to regress tariff on emissions with interaction term and year fixed effects in the first code and then included industry fixed effects in the second one.
1. I want the regression table to have a coefficient for each year(example: 2010-2015) which would sum up the coefficients value of i.year, emissions and interaction term for a particular year. This way I get a coefficient summing up the whole effect for each year.
2. Is there a different code to get a regressregressionthat looks like those in reserach papers other than outreg2
Thanking you
Code:
reghdfe tariff c.emissions##i.year i.industry a(industry) cluster(industry)
Thanks for providing help time to time. I have panel data for tariff emissions and industry. I am trying to regress tariff on emissions with interaction term and year fixed effects in the first code and then included industry fixed effects in the second one.
1. I want the regression table to have a coefficient for each year(example: 2010-2015) which would sum up the coefficients value of i.year, emissions and interaction term for a particular year. This way I get a coefficient summing up the whole effect for each year.
2. Is there a different code to get a regressregressionthat looks like those in reserach papers other than outreg2
Thanking you
Comment