Hello,
I can use your help!
I estimate the following model, with GMM (dynamic panel data)
yit = c + xi + xit-1 + yit-1, like in Arrelano and Bond (1991).
Time period: 1998-2007, yit-1 because of autoregression.
xi leads to problems:
1. When I give xi the same value for each year the error ´near singular matrix´ occurs.
2. When I give xi only an value in one year (the other years ´NA´) the error ´insufficient number of observations´
Is there an other way of structurering my xi-data? Or is there a function that ´tell´ the model xi is stable during the period?
Thanks a lot!
xi in dynamic panel data
Moderators: EViews Gareth, EViews Moderator
-
tchaithonov
- Posts: 168
- Joined: Mon Apr 13, 2009 7:39 am
- Location: New York City
Re: xi in dynamic panel data
For 2, can you turn NAs to zeros instead? I had the same problem a while ago with my panel and the fix was:
Not sure it would help you much but give it a try and see if it works.
Code: Select all
smpl @all
series x = @nan(x,0)
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13603
- Joined: Tue Sep 16, 2008 5:38 pm
Re: xi in dynamic panel data
Putting in Zeros rather than NAs will not work.
Your first approach should work. If it isn't, you've probably created a singular matrix somewhere by mistake by including co-linear regressors.
Your first approach should work. If it isn't, you've probably created a singular matrix somewhere by mistake by including co-linear regressors.
-
EViews Glenn
- EViews Developer
- Posts: 2682
- Joined: Wed Oct 15, 2008 9:17 am
Re: xi in dynamic panel data
There's a deeper issue here. The DPD transformations (first-difference, orthogonal deviations) will make any non-varying variable identically equal to zero. As in the standard fixed effects estimator, you cannot estimate the coefficients on these variables using this estimator.
Re: xi in dynamic panel data
Thanks for your reactions!!
So i'm in deep...
Nice.
Do you, or someone else, have a suggestion using what kind of model instead?
Any suggestion help!!!
Thanks, again!
So i'm in deep...
Nice.
Do you, or someone else, have a suggestion using what kind of model instead?
Any suggestion help!!!
Thanks, again!
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3797
- Joined: Wed Sep 17, 2008 2:25 pm
Re: xi in dynamic panel data
If you have fixed effects, drop the X variables that are fixed within a cross-section.
Who is online
Users browsing this forum: No registered users and 2 guests
