This is the code I am using to get my results into an rtf doc. But given the number of hierarchical models I am running, they do not fit in the portrait orientation in MS Word, and I keep changing it manually each time I open the Word doc for a new results file I created. It would be very useful if there was an option to write the output in landscape format (I couldn't find one searching here or online) that I can specify into the following code I am running.. Please let me know if you know of one. I do not use Latex, so I need it to be with the Stata commands, and rtf or similar output docs.
eststo: ....
eststo: ....
esttab using results.rtf, compress nogap ar2(2) b(a2) se(2) star(* 0.1 ** 0.05 *** 0.01) drop(_Iyear*) scalars (F "hasrep1 Year Dummies") varwidth(25) modelwidth(6) nonumbers mtitles ("Model 1" "Model 2" "Model 3" "Model 4" "Model 5" "Model 6" "Model 7") replace
PS: any links to useful hints for output creation docs would be helpful as well. I guess this would be useful to most people..
eststo: ....
eststo: ....
esttab using results.rtf, compress nogap ar2(2) b(a2) se(2) star(* 0.1 ** 0.05 *** 0.01) drop(_Iyear*) scalars (F "hasrep1 Year Dummies") varwidth(25) modelwidth(6) nonumbers mtitles ("Model 1" "Model 2" "Model 3" "Model 4" "Model 5" "Model 6" "Model 7") replace
PS: any links to useful hints for output creation docs would be helpful as well. I guess this would be useful to most people..
Comment