Below u can find my results from different regressions.
Shouldn't my results using the fixed effects estimator and the LSDV estimator be the same? Why does the magnitude of the coefficients change? I regress the same model
One with FE like this:
Code:
xi: xtreg lnx lnigdp lnjgdp lnigdpcap lnjgdpcap lndistcap lnicpi lnjcpi comlang_off contig comlang_ethno colony comcol fta lniopen lnjopen i.ye i.exp i.imp i.commodity_code, fe vce (robust)
And one with LSDV:
Code:
xi: reg lnx lnigdp lnjgdp lnigdpcap lnjgdpcap lndistcap lnicpi lnjcpi comlang_off contig comlang_ethno colony comcol fta lniopen lnjopen i.ye i.exp i.imp i.commodity_code, r
Array