Hi.


I instrument two endogenous variables ,x1 and x2 with z1 and z2 respectively and used the following code.

Code:
ivregress 2sls y x3 x4 (x1 x2 = z1 z2), robust
The command works but is there a way to also see and output the first stage regression results using esttab.


Thanks.