Hello everybody!
I am using xtreg in paneld data, splitting the sample by democracy and am trying to check if the coefficients for the negative shocks are statistically different from each other.
As far is I understood, the command
could check for this, but not when using xtreg, since robus vce are used. Apart from that I am a bit confused on where to start.
Thank you for the help in advance!
Leon
I am using xtreg in paneld data, splitting the sample by democracy and am trying to check if the coefficients for the negative shocks are statistically different from each other.
Code:
xtreg D.growth neg_shock time* if D.exconst2!=. &growth!=. &polity2>0 &exporter==1, fe cluster(ccode) xtreg D.growth neg_shock time* if D.exconst2!=. &growth!=. &polity2<=0 &exporter==1, fe cluster(ccode)
Code:
lrtest
Thank you for the help in advance!
Leon
Comment