Hello,
I am trying to run the following regression:
by id: ivreg2 a (b c d=iv*), gmm2s robust small first ffirst
The problem is that I always get an error for id = 15, namely
"Error: estimated covariance matrix of moment conditions not of full rank,
and optimal GMM weighting matrix not unique.
Possible causes:
singleton dummy variable (dummy with one 1 and N-1 0s or vice versa)
partial option may address problem."
I don't use any dummy variable.
Could someone help me to solve this problem please?
Thank you.
I am trying to run the following regression:
by id: ivreg2 a (b c d=iv*), gmm2s robust small first ffirst
The problem is that I always get an error for id = 15, namely
"Error: estimated covariance matrix of moment conditions not of full rank,
and optimal GMM weighting matrix not unique.
Possible causes:
singleton dummy variable (dummy with one 1 and N-1 0s or vice versa)
partial option may address problem."
I don't use any dummy variable.
Could someone help me to solve this problem please?
Thank you.
Comment