Instruments in Simultaneos Equations via GMM
Posted: Sat Oct 22, 2011 10:59 am
Dear Eviews community,
I have a problem with the specification of a simultaneous equations model which I want to estimate via GMM (I am replicating a model):
Specifically, I have two equations:
1) Y1 = c(0) + c(1)*Y2 + c(2)*X1 + c(3)*X2 + c(4)*X3+ c(5)*X4
2) Y2 = c(6) + c(7)*Y1 + c(8)*X1 + c(9)*X2 + c(10)*X3 + c(11)*X4 + c(12)*Z1 + c(13)*Z2 + c(14)*Z3
- Y1 & Y2 are endogenous
- X1-X4 are independent, exogenous variables and are described as "included instruments"
- Z1-Z3 are independent, exogenous variables and are described as "excluded instruments"
I am now having trouble correctly specifying this system in Eviews. One attempt of mine is the following code, it's estimation results however in the error message "Matrix near singluar":
Y1 = c(0) + c(1)*Y2 + c(2)*X1 + c(3)*X2 + c(4)*X3+ c(5)*X4 @ X1 X2 X3 X4
Y2 = c(6) + c(7)*Y1 + c(8)*X1 + c(9)*X2 + c(10)*X3 + c(11)*X4 + c(12)*Z1 + c(13)*Z2 + c(14)*Z3 @ X1 X2 X3 X4 Z1 Z2 Z3
It would be great if you could help me out with this problem! I am sure the solution is fairly obvious but I, as a Eviews beginner, can't see it.
Sincerely, felix
I have a problem with the specification of a simultaneous equations model which I want to estimate via GMM (I am replicating a model):
Specifically, I have two equations:
1) Y1 = c(0) + c(1)*Y2 + c(2)*X1 + c(3)*X2 + c(4)*X3+ c(5)*X4
2) Y2 = c(6) + c(7)*Y1 + c(8)*X1 + c(9)*X2 + c(10)*X3 + c(11)*X4 + c(12)*Z1 + c(13)*Z2 + c(14)*Z3
- Y1 & Y2 are endogenous
- X1-X4 are independent, exogenous variables and are described as "included instruments"
- Z1-Z3 are independent, exogenous variables and are described as "excluded instruments"
I am now having trouble correctly specifying this system in Eviews. One attempt of mine is the following code, it's estimation results however in the error message "Matrix near singluar":
Y1 = c(0) + c(1)*Y2 + c(2)*X1 + c(3)*X2 + c(4)*X3+ c(5)*X4 @ X1 X2 X3 X4
Y2 = c(6) + c(7)*Y1 + c(8)*X1 + c(9)*X2 + c(10)*X3 + c(11)*X4 + c(12)*Z1 + c(13)*Z2 + c(14)*Z3 @ X1 X2 X3 X4 Z1 Z2 Z3
It would be great if you could help me out with this problem! I am sure the solution is fairly obvious but I, as a Eviews beginner, can't see it.
Sincerely, felix