There are a bunch of models, and the table below crosses over the page limit.

The Stata code used to generate the table above is
I can solve this problem by just manually make several tables. But is there a way to fix it automatically?
(1) Is there a way to change the line if it becomes too long? i.e. I specify the width of the table. width(500) option is not a solution, since it does not change the line, but only confines the width of the table.
(2) Is there a way to transpose the table? I can do that manually in Latex, but I would like to know if there is Stata esttab option.
Thank you so much.
Best
Jay
The Stata code used to generate the table above is
Code:
esttab * using latex\table1.tex, /// title(\label{table1}) /// b(%9.3f) se(%9.3f) /// se noobs lab replace keep(gotstampr) /// addnotes(Control variables included but not reported.)
(1) Is there a way to change the line if it becomes too long? i.e. I specify the width of the table. width(500) option is not a solution, since it does not change the line, but only confines the width of the table.
(2) Is there a way to transpose the table? I can do that manually in Latex, but I would like to know if there is Stata esttab option.
Thank you so much.
Best
Jay