Dear community,
after doing my ppmlhdfe regression with year fixed effects I would like to test whether the year FE are jointly significantly different from zero. I did the regression using the following command:
The command testparm i.year (which I know from xtreg) doesn't work here, as the absorb option works without factor notation. Is there any alternative command available?
Thank you in advance!
Best,
Noemi
after doing my ppmlhdfe regression with year fixed effects I would like to test whether the year FE are jointly significantly different from zero. I did the regression using the following command:
Code:
local gravity_sectorlevel lngdp_o lngdp_d lndistw lnsumgdp comcol col45 comlang_off lnsmp_dest ppmlhdfe TotalassetsthUSD_green `gravity_sectorlevel', absorb(year country_origin_sector_encode country_dest_sector_encode) d cluster(country_pair_encode)
Thank you in advance!
Best,
Noemi
Comment