Hi! I am new to SAS and I was trying to implement GMM method in the model PROC.
The documentation specifies the instruments to be cross product of real valued function q and vector of instruments z.
Is there a way I can specify which particular instrument z_i to be applied to particular function q_j, instead of kronecker product all of them all at once?
Thanks in advance!
... View more