Hello everyone and a big thanks to all of you.
I am working with a panel of 15 countries spanning 46 years. I have observations for CO2 emissions per capita, GDP per capita, gasoline consumption per capita etc.
I want to run fixed effects DiD with CO2 emissions per capita as the dependent variable and the other variables as covariates. I include among the explanatory variables a dummy variable taking value 1 only for a single country and only for the last 16 years. The aim of the regression is to determine if a certain policy undertaken by the before-mentioned single country was effective in reducing CO2 emissions per capita. I would like to run the regression adjusting for first-order autocorrelation of error terms through GLS.
Is it right to run
???
I am working with a panel of 15 countries spanning 46 years. I have observations for CO2 emissions per capita, GDP per capita, gasoline consumption per capita etc.
I want to run fixed effects DiD with CO2 emissions per capita as the dependent variable and the other variables as covariates. I include among the explanatory variables a dummy variable taking value 1 only for a single country and only for the last 16 years. The aim of the regression is to determine if a certain policy undertaken by the before-mentioned single country was effective in reducing CO2 emissions per capita. I would like to run the regression adjusting for first-order autocorrelation of error terms through GLS.
Is it right to run
Code:
xtreg co2_transport_capita gas_cons_capita vehicles_capita treated i.year, fe vce(cluster countryno)
Comment