Hello all,
I’m working with a balanced panel dataset and am interested in estimating the effect of change in a independent variable (X) on a dependent variable (Y).
However, the independent variable in levels appears to have low within-unit variation, as shown below:
To address this, I constructed a 2-year change variable (which indicates the difference of X's current value from the value of 2 years beofre), and obtained the following:
As you can see, the within-unit variation in the change variable is much larger relative to the level variable.
Since my goal is to assess whether changes in X over time influences Y, I’m considering using the 2-year change variable in a fixed/random effects model.
So, my question is: Does using the 2-year change variable adequately address the problem of low within-unit variation in X?
Many thanks!
Eran
I’m working with a balanced panel dataset and am interested in estimating the effect of change in a independent variable (X) on a dependent variable (Y).
However, the independent variable in levels appears to have low within-unit variation, as shown below:
Code:
Variable | Mean Std. dev. Min Max | Observations -----------------+--------------------------------------------+---------------- X overall | .4074 .0444 .2675 .5905 | N = 1152 between | .0435 .2800 .5768 | n = 192 within | .0092 .3706 .4657 | T = 6
To address this, I constructed a 2-year change variable (which indicates the difference of X's current value from the value of 2 years beofre), and obtained the following:
Code:
Variable | Mean Std. dev. Min Max | Observations -----------------+--------------------------------------------+---------------- X_change2 overall| .0057 .0105 -.0266 .0702 | N = 1152 between| .0050 -.0102 .0219 | n = 192 within | .0092 -.0232 .0593 | T = 6
As you can see, the within-unit variation in the change variable is much larger relative to the level variable.
Since my goal is to assess whether changes in X over time influences Y, I’m considering using the 2-year change variable in a fixed/random effects model.
So, my question is: Does using the 2-year change variable adequately address the problem of low within-unit variation in X?
Many thanks!
Eran
Comment