Dear all,
I am running a PPML regression for a trade gravity model using bilateral trade flows and my stata code is as follows:
ppml Tradeflow i.year i.pair i.Exporter i.Importer BorderYear1 BorderYear2 BorderYear3 ,nocons cluster (dist)
Now if I want to see whether the border measure has increased between the first and last year then, do I test whether their difference (i.e. BorderYear3 - BorderYear1) is significant or whether their ratio (i.e. BorderYear3 / BorderYear1) is significant? I am confused because from my understanding, ppml estimates the exponentiated value of the coefficients so wouldn’t it be correct to check the statistical difference in the ratios instead of the differences?
Thanks in advance
Related Posts with Testing statistical difference in coefficients after ppml estimation of gravity model
Scatterplot with weighted regression line using aaplot and lfitDear Statalist, I'm trying to graph a scatterplot with a regressionline. Instead of a standard OLS …
Help needed for Matplotlib in StataHi, I am using Stata 17 and was using some python codes to plot some bar charts. Below is my code: …
Interpreting coefficients of a continuous variable interacted with a categorial variable in regressionIn a xtlogit model Code: xtlogit mental_health i.gender i.age income#i.province Can I use Code: ma…
How to convert string id variable starting with "00" to numeric without losing the "00"?Hi, could any one help me with the following two issues? First, my id variable values start with 00…
Putexcel Loop over several cross tabulationsHello, I'd like to run some weighted cross-tabulations, and use putexcel to save the output in excel…
Subscribe to:
Post Comments (Atom)
0 Response to Testing statistical difference in coefficients after ppml estimation of gravity model
Post a Comment