Dear Community,
I'm doing a ppmlhdfe regression on bilateral FDI data on a destination country-origin country-sector-year level. My regression command looks like this:
local gravity_sectorlevel lngdp_o lngdp_d lndistw lnsumgdp
ppmlhdfe TotalassetsthUSD `gravity_sectorlevel', absorb(year destination_country_sector origin_country_sector) cluster(country_pair_encode)
My question is: How can I interpret the constant (of approx. -50) in my regression results? I have read that with ppmlhdfe, the constant is always the base category of the dummies, however, I have not included dummies in my regression except for the fixed effects, which are absorbed, though. Would you simply ignore the constant, then? What, if I did include a dummy as a regressor, e.g. member of EU. Would I then have to combine its coefficient somehow with the constant coefficient to interpret it correctly?
Thank you very much in advance!
These are my regression results:
HDFE PPML regression No. of obs = 260,825
Absorbing 3 HDFE groups Residual df = 3,901
Statistics robust to heteroskedasticity Wald chi2(4) = 142.91
Deviance = 7.87706e+11 Prob > chi2 = 0.0000
Log pseudolikelihood = -3.93854e+11 Pseudo R2 = 0.8285
Number of clusters (country_pair_encode)= 3,902
(Std. err. adjusted for 3,902 clusters in country_pair_encode)
------------------------------------------------------------------------------
| Robust
Totalasset~D | Coefficient std. err. z P>|z| [95% conf. interval]
-------------+----------------------------------------------------------------
lngdp_o | 1.231354 .4589419 2.68 0.007 .3318448 2.130864
lngdp_d | 2.041791 .2959249 6.90 0.000 1.461789 2.621793
lndistw | -.475572 .0712738 -6.67 0.000 -.6152662 -.3358779
lnsumgdp | -.5925919 .1389968 -4.26 0.000 -.8650206 -.3201632
_cons | -52.90519 17.3977 -3.04 0.002 -87.00405 -18.80633
------------------------------------------------------------------------------
Absorbed degrees of freedom:
----------------------------------------------------------------------+
Absorbed FE | Categories - Redundant = Num. Coefs |
------------------------------+---------------------------------------|
year | 11 0 11 |
country_dest_sector_encode | 1766 1 1765 |
country_origin_sector_encode | 2043 34 2009 ?|
----------------------------------------------------------------------+
? = number of redundant parameters may be higher
I'm doing a ppmlhdfe regression on bilateral FDI data on a destination country-origin country-sector-year level. My regression command looks like this:
local gravity_sectorlevel lngdp_o lngdp_d lndistw lnsumgdp
ppmlhdfe TotalassetsthUSD `gravity_sectorlevel', absorb(year destination_country_sector origin_country_sector) cluster(country_pair_encode)
My question is: How can I interpret the constant (of approx. -50) in my regression results? I have read that with ppmlhdfe, the constant is always the base category of the dummies, however, I have not included dummies in my regression except for the fixed effects, which are absorbed, though. Would you simply ignore the constant, then? What, if I did include a dummy as a regressor, e.g. member of EU. Would I then have to combine its coefficient somehow with the constant coefficient to interpret it correctly?
Thank you very much in advance!
These are my regression results:
HDFE PPML regression No. of obs = 260,825
Absorbing 3 HDFE groups Residual df = 3,901
Statistics robust to heteroskedasticity Wald chi2(4) = 142.91
Deviance = 7.87706e+11 Prob > chi2 = 0.0000
Log pseudolikelihood = -3.93854e+11 Pseudo R2 = 0.8285
Number of clusters (country_pair_encode)= 3,902
(Std. err. adjusted for 3,902 clusters in country_pair_encode)
------------------------------------------------------------------------------
| Robust
Totalasset~D | Coefficient std. err. z P>|z| [95% conf. interval]
-------------+----------------------------------------------------------------
lngdp_o | 1.231354 .4589419 2.68 0.007 .3318448 2.130864
lngdp_d | 2.041791 .2959249 6.90 0.000 1.461789 2.621793
lndistw | -.475572 .0712738 -6.67 0.000 -.6152662 -.3358779
lnsumgdp | -.5925919 .1389968 -4.26 0.000 -.8650206 -.3201632
_cons | -52.90519 17.3977 -3.04 0.002 -87.00405 -18.80633
------------------------------------------------------------------------------
Absorbed degrees of freedom:
----------------------------------------------------------------------+
Absorbed FE | Categories - Redundant = Num. Coefs |
------------------------------+---------------------------------------|
year | 11 0 11 |
country_dest_sector_encode | 1766 1 1765 |
country_origin_sector_encode | 2043 34 2009 ?|
----------------------------------------------------------------------+
? = number of redundant parameters may be higher
Comment