Hi all,
I was wondering whether someone could help me how to start with an OLS fixed regression with time varying importer fixed effects?
I currently have this code, but not sure whether it's right:
Thank you in advance for helping me out!
I was wondering whether someone could help me how to start with an OLS fixed regression with time varying importer fixed effects?
I currently have this code, but not sure whether it's right:
Code:
egen country_pair = group(Destination Origin) xtreg ln_trade ln_dist ln_pop ln_gdp ln_tariff ln_Tech ln_NonTech rta comlang_off comrelig contig i.country_pair, fe
Comment