Hello folks,
Unlike my previous posts where I had questions regarding executing something in Stata, this one is about an econometric method that I don't have any experience with. Specifically, the gravity model of trade (or migration, or any bilateral movement) is
,
where G is a constant, F is trade flow, D is distance and Mi and Mj are country sizes. My understanding is that I can estimate
using OLS, but Santos Silva and Tenreyro (2006) recommend estimating
using PPML instead. For the second option, what would depvar and indepvars be in
?
Follow up question: can I throw in other independent variables, or is it better to collect residuals from PPML and continue my analysis using some other regression?
Thank you very much,
Stan
Unlike my previous posts where I had questions regarding executing something in Stata, this one is about an econometric method that I don't have any experience with. Specifically, the gravity model of trade (or migration, or any bilateral movement) is
HTML Code:
https://wikimedia.org/api/rest_v1/media/math/render/svg/f5f19608ab4e476adc2b153fc210dca466f46f76
where G is a constant, F is trade flow, D is distance and Mi and Mj are country sizes. My understanding is that I can estimate
HTML Code:
https://wikimedia.org/api/rest_v1/media/math/render/svg/abd852c0d2c6f3f761cffc634b953903db7147f4
HTML Code:
https://wikimedia.org/api/rest_v1/media/math/render/svg/ec159b4e723e13bde4214f307bea67ec150b7964
Code:
ppml depvar indepvars [if] [in] [weight] [, options]
Follow up question: can I throw in other independent variables, or is it better to collect residuals from PPML and continue my analysis using some other regression?
Thank you very much,
Stan
Comment