Hi,
I'm doing a gravity-model estimation of FDI outflows on Panel Data, 5766 pairs over 29 years. I've been recommended to use the PPML-method due to zeros in the dependent variable. As a robustness test I used the xtreg command, logging the dependent variable FDI outflow:
xtpoisson FDIout SumGDP lnGDP lnPopulation lnTrade lnGrowth lnInflation SkillDiff PolCon BIT yrdum*, fe vce(robust)
xtreg lnFDI SumGDP lnGDP lnPopulation lnTrade lnGrowth lnInflation SkillDiff PolCon BIT yrdum*, fe vce(robust)
I use country-pair and year FE in both estimations and robust(cluster) for the standard errors.
My concern is now, the standard errors are throughout larger using the PPML.. How should I adress this?
I am a bit concerned with multicollinearity due to correlations between lnPopulation and lnGDP but I am not sure how to test this in a Panel context or if I should adress this due to my large sample.
OLS

Poisson

I'm doing a gravity-model estimation of FDI outflows on Panel Data, 5766 pairs over 29 years. I've been recommended to use the PPML-method due to zeros in the dependent variable. As a robustness test I used the xtreg command, logging the dependent variable FDI outflow:
xtpoisson FDIout SumGDP lnGDP lnPopulation lnTrade lnGrowth lnInflation SkillDiff PolCon BIT yrdum*, fe vce(robust)
xtreg lnFDI SumGDP lnGDP lnPopulation lnTrade lnGrowth lnInflation SkillDiff PolCon BIT yrdum*, fe vce(robust)
I use country-pair and year FE in both estimations and robust(cluster) for the standard errors.
My concern is now, the standard errors are throughout larger using the PPML.. How should I adress this?
I am a bit concerned with multicollinearity due to correlations between lnPopulation and lnGDP but I am not sure how to test this in a Panel context or if I should adress this due to my large sample.
OLS
Poisson
Comment