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!
Confidence intervals for gradients in npregressDear all, I'm trying to estimate confidence intervals for my gradients after performing a kernel re…
Replacing value with previous value if value is outside certain intervalHi everyone, I have the following panel data (in total 1200 observations) Country Year ACC_POP A…
dataset normality issue (probit analysis)Hi all, I intending to employ simple probit, multinomial and Heckman selection model analysis to id…
How do i include the results of a no observations regression into a matrix?So my problem is that i have a dataset of 502 firms but some of them have no observations. The thing…
If and commandHello, Can you help me please with my following issue? I have a panel data set and I want to figure…
Subscribe to:
Post Comments (Atom)
0 Response to bootstraping clustered standard errors in system GMM help!
Post a Comment