Skip to content
Prev 359166 / 398502 Next

ivreg with two endogenous variables and 1 instrument respectively

On Tue, 8 Mar 2016, stefania innocenti wrote:

            
Which package is this?
That's package "AER", I presume?
The ivreg() function from "AER" does not store the first stage results but 
just returns the IV estimates from the second stage. If you want the first 
stage you need to run lm() manually:

lm(cbind(RULE, OPENNESS) ~ GEO + logFR + SETTLER, ...)