Eric,
Do you have most recent -outreg-?
It seems to work for me:
. use "C:\Stata8\auto.dta", clear
(1978 Automobile Data)
. qui mlogit rep price
. outreg using c:\windows\desktop\foo, onecol
. type c:\windows\desktop\foo.out
Repair Record 1978
1:Price -0.001
(0.75)
1:Constant 0.117
(0.03)
2:Price -0.000
(0.38)
2:Constant -0.983
(1.03)
4:Price -0.000
(0.40)
4:Constant -0.255
(0.36)
5:Price -0.000
(0.49)
5:Constant -0.620
(0.73)
Observations 69
Absolute value of z statistics in parentheses
* significant at 5%; ** significant at 1%
. which outreg
c:\ado\stbplus\o\outreg.ado
*! version 3.1.7 13may02 by [email protected]
*! Write formatted regression output to a text file
Scott
----- Original Message -----
From: "Neumayer,E" <[email protected]>
To: <[email protected]>
Sent: Thursday, December 04, 2003 8:27 AM
Subject: st: Problem with onecol option in outreg
> Dear all,
>
> if I do "mlogit y x", where y is a multinomial variable and afterwards do
"outreg using table, replace onecol" then it should place all the equations in
one column. However, what I get is that only the first equation results are
reported, the other equations are simply ignored. Any help greatly appreciated
as always.
>
> Best, Eric Neumayer
>
>
> *
> * For searches and help try:
> * http://www.stata.com/support/faqs/res/findit.html
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/