Hi All,
I am currently using the reghdfe command to estimate a model with a large number of fixed effects. Moreover, I have an instrument for my endogenous variable x (z), which I am able to account for upon installation of the ivreg2 command. The command that I am using presently is of the form:
What I wish to do is to use the outtex command (or the outreg2 command) that includes not only the point estimate of x along with its SE and R2 of the regression, but also the first stage results, including the underidentification test, weak identification test and Sargan statistic etc. Presently, using the outtex command only produces the second stage estimate. Any suggestions are most welcome.
Thanks!
I am currently using the reghdfe command to estimate a model with a large number of fixed effects. Moreover, I have an instrument for my endogenous variable x (z), which I am able to account for upon installation of the ivreg2 command. The command that I am using presently is of the form:
Code:
reghdfe y (x=z), absorb (beta=fe)
Thanks!

Comment