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]
st: outreg2 not giving wide format in MP 11.2
From
Farasat Bokhari <[email protected]>
To
"[email protected]" <[email protected]>
Subject
st: outreg2 not giving wide format in MP 11.2
Date
Thu, 11 Aug 2011 06:33:11 -0700 (PDT)
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/