Tuesday, January 26, 2021

The simplest way to output 2sls to word

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

No comments:

Post a Comment