Dear all,

Here I want to give a simpler way to output 2sls results to word.

Code:
sysuse auto,clear
ivregress2 2sls mpg weight (length=displacement),first
outreg2 [first second] using xxx.doc, tstat bdec(3) tdec(2) replace

Best regards.
Raymond