Hi guys,
I am running a diff-in-diff fixed effects model with 16 countries between 2002 to 2017 testing whether Spanish labour reform (treatment) had an impact on FDI post 2012 (treatment point)
In my first regression I had to bootstrap my standard errors as follows:
- bootstrap, reps(500) bca seed(1): xtreg netfdiinflow reformspain reform_others tradegdp inflation humancapital xrate investmentratio realgdppercapita corptax c.time_trend#i.country_n i.year, fe
I now want to undertake a system GMM as my refromspain independent variable is endogenous and so i want to take only the 1st and 2nd lag of the dependent variable as iv estimation, this is the regression i undertook:
- xtabond2 netfdiinflow L.netfdiinflow L2.netfdiinflow reformspain reform_others tradegdp inflation humancapital xrate investmentratio realgdppercapita corptax c.time_trend#i.country_n, gmm(L.netfdiinflow L2.netfdiinflow) iv(reformspain reform_others tradegdp inflation humancapital xrate investmentratio realgdppercapita corptax) twostep
My questions are:
1. Is taking the lag of the dependent variable enough given that its my reformspain dummy (the variable of interest) which is endogenous?
2. given i had to bootstrap my first eeuqation as my standard errors were clustered, do I have to bootstrap the system GMM as well or does the GMM deal with clustered standard errors itself? If I do have to bootstrap how would I immplement that into stata in terms of commands?
3. Could someone help me out with translating the system GMM regression I have done into a model as I don't understand the asscociated algebra too well.
Thank you!
Related Posts with bootstraping clustered standard errors in system GMM help!
How to correct the alignment of outputI am doing data cleaning and the output is hard to clean because of how it is coming out. For some t…
GMM on static modelsHi, I was wondering if is it possible to use the GMM (xtabond2) on a static model. I'm aware that th…
cmp multivariate probitHi, I am running a multivariate probit model using the cmp function on 4 binary dependent variables…
Standard Errors FE IV Regression, Panel DataHello, I am working with StataIC16, and with Panel Data, where i=550 and t=6. To determine the effe…
Boxplot in complex design surveyDear Statalist users: I have a data set with weight syntax as below, How can I run a box plot with …
Subscribe to:
Post Comments (Atom)
0 Response to bootstraping clustered standard errors in system GMM help!
Post a Comment