Hello everyone,
My regression looks in the following way:
yit=a0 + a1xit + a2Dit +a3Lit + a4mit + u
y - is the native employment rate in the region i and year t. (nativeemp)
x - the migrant/native ration in region i and year t. (mig_nat)
D - is a vector of variables for the demographics of individuals in region i and year t. These include the ratio of individuals aged 25-49 against those aged 16-25 (mid_young), 50-64/16-25 ratio (old_young)
L - a dummy variable for year t
m - a dummy variable for region i
In stata, I am running the following code:
reg nativeemp mig_nat mid_yound old_young i.year i.region, cluster(region)
I am also running the first difference:
reg D.(nativeemp mig_nat mid_yound old_young) i.year i.region, cluster(region)
Finally, I want to combine estimation in differences with the use of instrumental variables calculated by GMM imposing the moment restrictions that d.u (error term) are uncorrelated with the chosen instrument, which is in this case 3 and 4-period lags of the endogenous regressor (nativeemp). I have denoted 3-4 period lags with lmignat3 lmignat4.
I would really appreciate it if you could tell me the code which applies the Arellano-Bond method to my regression.
Thank you for your help
Related Posts with Applying Arellano-Bond
How do I change the format of date variable in STATA 15Hi, Is there a way I can change the following variables into a singular format? I have 900+ observa…
How to account for cross sectional dependence in unbalanced panel which is irregularly spaced?Hi I have a long panel with T= 1400 and N is fixed to 5. It is an unbalanced panel and my cross sect…
95% confidence interval with invlogitGreetings, I'm having a problem analysing my dataset. I'm trying to get the prevalence and 95% CI us…
Problems Introducing CI in Bar ChartHey there, I am having a problem with –catplot- in making descriptive statistics with two categorica…
How to adjust right test statistics for weak instrument?Hi, I'm using instrumental variable to estimate a regression with IVLASSO. I have a problem with we…
Subscribe to:
Post Comments (Atom)
0 Response to Applying Arellano-Bond
Post a Comment