Hello!
When conducting a PSM, I wonder how to include industry and year fixed effects?
Shall I do
or
or there are some other ways to include industry and year fixed effects?
Thanks a lot for any suggestions!
When conducting a PSM, I wonder how to include industry and year fixed effects?
Shall I do
Code:
global X var1 var2 var3 var4 var5 i.industry i.year psmatch2 D1 $X, out(y1) neighbor(1) common caliper(0.05) ties ate
Code:
global X var1 var2 var3 var4 var5 psmatch2 D1 $X i.industry i.year, out(y1) neighbor(1) common caliper(0.05) ties ate
Thanks a lot for any suggestions!
Comment