Dear Prof. Joao Santos Silva , Prof. Tom Zylkin and dear Statalisters
The purpose of my work is to capture the impact of globalisation on exports. I have a model with one exporter and 154 importers. My dependent variables is exports with a set of standard independent variables, GDP, exchange rate , Globalisation, transportation cost instead of distance and dummy for RTA, language, contiguity, landlocked nations.
Please help me with a few things :
1. While I try to estimate the importer-time fixed effect, I use the command
egen imp_time = group(importer year)
tabulate imp_time, generate(IMPORTER_TIME_FE)
when I use it in the model STATA reports IMPORTER_TIME_FE as an ambiguous observation. What can be the reason for it? Can I deal with it any other way?
2. Since I have just one exporter, shall importer time fixed effect be same as my paired fixed effect?
3. Is there any test to check endogeneity while using PPML estimations?
4. How else can I address the endogeneity with RTA?
5. Is there any robustness check other than RESET test?
6. While going through the posts on statalist I learnt that Prof. Joao suggested one more way to perform RESET test, other than what is suggested on your page, that is,
predict XB, xb
qui su XB
gen XB2 = (XB-r(mean))^2
quietly ppml...
test XB2=0 . What is the difference between the two?
Suggestions are more than welcomed.
Related Posts with PPML , endogeneity
What is wrong with my merge? (data examples are provided)I am merging the following two datasets. But I got 0 matched ((_merge==3) is zero). The code I used …
Fixed effects with multiple region-level observationsHi, I am using survey level data for the US which is divided at the county level, and I have multip…
Statistical significance for sigma_u and rho from Stata’s xtprobit commandDear all, I'm estimating a dynamic random effects probit model assuming a first order Markov proces…
Help on regexmI have a multiple response variable codes as 00 01 02 03 04 05 06 07 08 09 10 11 12 as string variab…
Time Series Statistical Analysis of Crime Rates Between 2018 and 2021Hello, I was wondering if you could assist me with a number of issues i am experiencing in relation…
Subscribe to:
Post Comments (Atom)
0 Response to PPML , endogeneity
Post a Comment