Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Nick Cox <njcoxstata@gmail.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: outreg2 not giving wide format in MP 11.2 |
Date | Thu, 11 Aug 2011 14:37:01 +0100 |
Your title and text say -outreg2-; your code examples say -outreg-. These are two quite different user-written commands, both from SSC. Please say which you were using. Nick On Thu, Aug 11, 2011 at 2:33 PM, Farasat Bokhari <farasat.bokhari@yahoo.com> wrote: > I am using outreg2 after a logit command on multiple dependent variables. No matter what I do, the columns from multiple regressions are not next to each other. I have even tried forcing it by using the "wide" option (which is the default anyway) but the output file does not contain columns next to each other but rather vertically stacked. The prob. has started showing up in my stata 11.2 MP (was not there in state 10). Any suggestions on how to proceed? > > Thanks. > > example of code used: > > > > #delimit; > logit y1 > x1 x2 x3 x4 > if useobs == 1, or robust ; > #delimit; > outreg using a.xls, replace excel wide; > > > #delimit; > logit y2 > x1 x2 x3 > if useobs == 1, or robust ; > #delimit; > outreg using a.xls, append excel wide; * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/