I wish to write a new table below an existing table so that I can export multiple regression tables into a single Word file.
For example, I create this regression table:
Code:
sysuse auto reg price headroom outreg2 using "Regression.doc" reg price headroom turn outreg2 using "Regression.doc", append
Then I create another regression table:
Code:
reg mpg price headroom outreg2 using "Regression2.doc" reg mpg price headroom turn outreg2 using "Regression2.doc", append
These two regression tables are currently written to separate documents. However, I wish to write them to the same document.
Does anyone know how to write multiple regression tables into a single Word document using outreg2 or esttab?
Thank you for any help you can offer.
Kind regards,
Eline
0 Response to Multiple Regression Tables into a Single Word File (using outreg2 and/or esttab)
Post a Comment