Hello all,
I was curious if someone code help me with Stata code in instrumenting a lagged dependent variable with prior values of itself. I have seen papers do this using Anderson and Hsiao (1981) as justification. My data is of a structure that it makes using any of the canned packages for dynamic panel models not feasible, so I am wondering how to do this manually.
Would it be appropriate to do something like so?
regress Δy(t-1) y(t-2) x1 x2 x3
predict p
regress y p x1 x2 x3 i.firm i.year
I do not think my mock example is correct, but I would greatly appreciate it if someone could help me out. Thanks!
Related Posts with Instrumenting a Lagged Dependent Variable
Merge variables do not uniquely identify observations in the using dataDear Statalist users, I tried to merge two panel datasets with the following command: Code: merge …
Normality testing in binary variables (0/1)Hello I would like to know what would be the appropriate test/method to check the normality of a bin…
Accessing only significant values of coefficientsHi Statalister, i am runnig a simple regression as the following: Code: eststo: xtreg y recalls_n…
generating multiple variables using multiple combinations of different variablesHi all, I have two sets of variables "within5km within10km within20km" and "less2plus 7 less2plus14 …
How to create dummy variables from two variables?Hi, I am trying to study intergenerational mobility in India by using the Indian Human Development …
Subscribe to:
Post Comments (Atom)
0 Response to Instrumenting a Lagged Dependent Variable
Post a Comment