I am estimating an equation using GMM in a panel workfile:
Code: Select all
equation eq.gmm y=exp(c(1))*x1+c(2)*x2+exp(c(3))*x3+(((2*exp(c(1))*(exp(c(3))-1))/( (c(2)^2+4*exp(c(1)))^0.5+c(2)) ) -c(2))*x4 @ x1 x2 x3 x4 IDCode: Select all
equation eq.gmm y=exp(c(1))*x1+c(2)*x2+exp(c(3))*x3+(((2*exp(c(1))*(exp(c(3))-1))/( (c(2)^2+4*exp(c(1)))^0.5+c(2)) ) -c(2))*x4 @ x1 x2 x3 x4 dummy1 dummy2 ... dummyNHowever, if I remove X1, X2, X3 and X4 as instruments, I can only estimate the second equation. The reason is that EViews states that when using the command
Code: Select all
equation eq.gmm y=exp(c(1))*x1+c(2)*x2+exp(c(3))*x3+(((2*exp(c(1))*(exp(c(3))-1))/( (c(2)^2+4*exp(c(1)))^0.5+c(2)) ) -c(2))*x4 @ IDQuestion 1: are the first two gmm equation specifications above equivalent?
Question 2: if yes, why does not EViews count the ID variable as multiple instruments, equal to the number of cross-sections?
t
