Good evening, guys. I'm currently working on a gravity model with PPML estimator. Here is the thread: I'm using a book from Yotov et al that has a formula for fixed effects. I'm only using exporter fixed effects and getting the same results for all the variables (sum equals 100). Can someone please tell if its correct?
the commands for PPML: ppml exp area dist population gdp gdpc mercosul landlock border
commands for fixed effects: egen exp_time = group (exp year) ; tabulate exp_time, generate (EX_FE)
this is part of the result:
832 | 1 0.04 30.78
833 | 1 0.04 30.82
834 | 1 0.04 30.85
835 | 1 0.04 30.89
836 | 1 0.04 30.92
837 | 1 0.04 30.96
838 | 1 0.04 30.99
839 | 1 0.04 31.03
840 | 1 0.04 31.07
841 | 1 0.04 31.10
842 | 1 0.04 31.14
843 | 1 0.04 31.17
844 | 1 0.04 31.21
845 | 1 0.04 31.25
846 | 1 0.04 31.28
847 | 1 0.04 31.32
the sum equals 100. Shouldn't the fixed effects be different for each year? Tks in advance!
Related Posts with PPML and fixed effects commands
Interpreting results using gologit2 and autofit features for Partial Proportional Odds ModelHi I am using a partial proportional odds model (ordered) because the Brandt test showed that it vio…
Generating a single descriptive statistics table for a range of variables using a foreach loopI have a healthcare dataset that codes a principal diagnosis using a variable 'I10_DX1' and secondar…
Extract entries across rows?Dear Statalist, Imagin 3 players transmitting messages, we say a player transmits a message correct…
Control function with profit in the first stageHi I am running a regression with a binary endogenous variable in the first stage. I am trying to u…
Panel spatial correlation consistent least-squares dummy variables (PSCC-LSDV)Greetings, Dear all, Kindly guide how to estimate Panel spatial correlation consistent least-squares…
Subscribe to:
Post Comments (Atom)
0 Response to PPML and fixed effects commands
Post a Comment