I have to perform a 2 SLS regression with multiple endogenous variable.
1st endogenous variable: a
Instrument variable for 1st endogenous variable: b c d
2nd endogenous variable: p
Instrument variable for 2nd endogenous variable: q r s
My final model: y = a p b c d q r s.
is there any simple way to do it?
for example using proc syslin or something like that ?