Hello again,
I'm using esttab (from ssc) to fit 10 regression models in one table and export the table to word. Because there are too many columns here, they couldn't fit in the page and the columns overlap one with another. Is there any other way to get a neater table (using esttab or something else)? Thanks a lot for any suggestions!
I'm using esttab (from ssc) to fit 10 regression models in one table and export the table to word. Because there are too many columns here, they couldn't fit in the page and the columns overlap one with another. Is there any other way to get a neater table (using esttab or something else)? Thanks a lot for any suggestions!
Code:
logout, save(abcd) word replace fix(5): /// esttab model_1 model_2 model_3 model_4 model_5 model_6 model_7 model_8 model_9 model_10, /// b(%6.3f) z(%6.3f) /// star(* 0.1 ** 0.05 *** 0.01) /// scalar(N r2_p) compress nogap
Comment