Good morning everyone,
I'm having some difficulties with a regression. I already posted several threads concerning my work (in internationnal trades) and what I'm trying to do.
I want to regress the logarith of trade with fixed effects using the OLS estimator.
My regression is presented as
here, ij, ik and jk correspond to dummy variables representating the country fixed effect, the exporter-sector fixed effect and the importer-sector fixed effect respectively.
While doing the regression, I encounter a lot of omitted results due to collinearity. But I don't see what I've done wrong.
For the information, I'm following the same regression model as Elsa Leromain and Gianluca Orice that you'll find HERE
You'll also find in attachment the dta file i'm using and the logfile of the regression.
Thank you for your help, it's an urgent matter.
I'm having some difficulties with a regression. I already posted several threads concerning my work (in internationnal trades) and what I'm trying to do.
I want to regress the logarith of trade with fixed effects using the OLS estimator.
My regression is presented as
Code:
regress lnv i.ij i.ik i.jk
While doing the regression, I encounter a lot of omitted results due to collinearity. But I don't see what I've done wrong.
For the information, I'm following the same regression model as Elsa Leromain and Gianluca Orice that you'll find HERE
You'll also find in attachment the dta file i'm using and the logfile of the regression.
Thank you for your help, it's an urgent matter.
Comment