I have a problem getting the right output doing ARIMA regressions using outreg2.
For example, I did the following regression.
I used this code to get the results into Word. The output is shown below in a screenshot
However, I get the output split over 3 different columns. I would like to have all results in 1 column (everything under column (1) for example). Is this possible with outreg2 or do I have to adjust this manually?
Ideally I would like to append more models to this table using the append function as well. Merging the columns would help immensely with this!

Thanks in advance!
For example, I did the following regression.
Code:
arima RV in 1/844, ar(1/2) outreg2 using table1.doc, replace addstat (Log Lik, e(ll)) ctitle(Model I)
However, I get the output split over 3 different columns. I would like to have all results in 1 column (everything under column (1) for example). Is this possible with outreg2 or do I have to adjust this manually?
Ideally I would like to append more models to this table using the append function as well. Merging the columns would help immensely with this!
Thanks in advance!
Comment