Hello Everyone,
I'm trying to replicate a Dif in Dif of a paper and my results are similar but not equal to the paper's.
The paper speciffied that they use controls, and fixed effects. Huber-White robust errors. and a weighted regression.
So the code I made is the following:
reg NotWorking treat policy inter gage man head couples level children_tot childrengage childrenlevel gagelevel i.sem i.dpto i.semdpto [pw=pesosem], robust
like..
(Y control_group treatment control_variables control_variables_interactions i.fixed_effects_variables i.fixed_effect_variables_interactions [pw=weighted], robust)
Please, correct me if I'm commiting any mistake.
Thank you!
I'm trying to replicate a Dif in Dif of a paper and my results are similar but not equal to the paper's.
The paper speciffied that they use controls, and fixed effects. Huber-White robust errors. and a weighted regression.
So the code I made is the following:
reg NotWorking treat policy inter gage man head couples level children_tot childrengage childrenlevel gagelevel i.sem i.dpto i.semdpto [pw=pesosem], robust
like..
(Y control_group treatment control_variables control_variables_interactions i.fixed_effects_variables i.fixed_effect_variables_interactions [pw=weighted], robust)
Please, correct me if I'm commiting any mistake.
Thank you!
Comment