Hello
I am trying to build a Dynamic Panel Equation with the following information
- Variables: Y, X, and C (controlling variable)
- Time t1, t2, t3, ..., tn
At any time t, I propose the following possible relationships. Let t=t2
X(t2) → Y(t2)
Y(t1) → Y(t2)
Y(t1) → X(t2)
Array
Taking the information above, the mode is:
Y(t) = a + b*Y(t-1) + c*X(t) + d*X(t-1) + Σθ*C(t)
Where:
- C(t): are controlling variables at time t
I have two questions:
1. Does the model above correct?
2. If the model above is correct then the Instrument Variables (according to Anderson and Hisao 1981) is:
- IV1: Y(t-1) - Y(t-2)
- IV2: X(t-1) - X(t-2)
Is this correct?
Thank you
Phan
Related Posts with Dynamic Panel Equation
getting a sample sizehi, I'm trying to get the sample size of black women from my data set. I created a black women(bw) …
traj command with hierarchical data structureI'm interested in using the user-written traj command (link below) to identify latent trajectories o…
Creating a value that equals the average of other values for the same variable(Sorry about the poor phrasing of the question) My dataset contains variables such as country and pr…
Cluster Randomized Controlled TrialI have a question about the Cluster Randomized Controlled Trial. Is it recommended to perform the sv…
Collinearity error when including continuous variable in dummy regressionI am trying to run the following two regressions to compare the coefficients on the 'iso_str' dummie…
Subscribe to:
Post Comments (Atom)
0 Response to Dynamic Panel Equation
Post a Comment