Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: outreg2 not giving wide format in MP 11.2
From
Farasat Bokhari <[email protected]>
To
"[email protected]" <[email protected]>
Subject
Re: st: outreg2 not giving wide format in MP 11.2
Date
Thu, 11 Aug 2011 13:07:53 -0700 (PDT)
sorry. I am using outreg2. That was a copy paste error.
thanks.
----- Original Message -----
From: Nick Cox <[email protected]>
To: [email protected]
Cc:
Sent: Thursday, August 11, 2011 2:37 PM
Subject: Re: st: outreg2 not giving wide format in MP 11.2
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
<[email protected]> 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/
*
* 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/