Dear all,
I have a panel with 10T and around 65000 observations.
I would like to use the instrumental variables estimation approach in order to take care of endogeneity concerns.
My model is: Var1 = L.Var1 + Var2 + Var3 + Var4 + Var5 + Var6 + Var7 + Var8 + Var9 + yeardummy.
I would like to consider all my independent variables as endogenous and their first lag as instrument, translating it to Stata: ivregress 2sls Var1 yeardummy (L.Var1 Var2 Var3 Var4 Var5 Var6 Var7 Var8 Var9 = L2.Var1 L.Var2 L.Var3 L.Var4 L.Var5 L.Var6 L.Var7 L.Var8 L.Var9).
Appreciate any help or idea, as I think something is missing or is not correct.
Thank you.
I have a panel with 10T and around 65000 observations.
I would like to use the instrumental variables estimation approach in order to take care of endogeneity concerns.
My model is: Var1 = L.Var1 + Var2 + Var3 + Var4 + Var5 + Var6 + Var7 + Var8 + Var9 + yeardummy.
I would like to consider all my independent variables as endogenous and their first lag as instrument, translating it to Stata: ivregress 2sls Var1 yeardummy (L.Var1 Var2 Var3 Var4 Var5 Var6 Var7 Var8 Var9 = L2.Var1 L.Var2 L.Var3 L.Var4 L.Var5 L.Var6 L.Var7 L.Var8 L.Var9).
Appreciate any help or idea, as I think something is missing or is not correct.
Thank you.
Comment