I'm working with a dynamic panel data model. I first ran a fixed-effects regression (by using unit dummies) with xtpcse with the c(a) option in order to account for autocorrelation;
Code:
xtpcse gini100 l.gini100 findex flab gdpgrowth unemployment uniondensity trade socx d1 d2 d3 d4 d5, c(a)
Code:
reg D.(gini100 l.gini100 findex flab gdpgrowth unemployment trade uniondensity socx), noconstant cluster(countrycode)
Does the interpretation of the coefficients change after first-differencing? Am I doing something wrong with how I'm coding? Or do the coefficients in the second regression represent the actual relationship without the bias?
Thank you.
0 Response to Sign of coefficients change after first-differencing
Post a Comment