* I am wondering if when using 2SLS you must use a multivariate OLS in the reduced form or if you can just do each individual endogenous variable.* Let’s see!clearset obs 10000* First generate the instrumentsgen z1 = rnormal()gen z2 = rnormal()* Now th…
Continue reading 2SLS with multiple endogenous variables