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: AW: -outreg2- super-rows and super-columns
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: AW: -outreg2- super-rows and super-columns
Date
Thu, 15 Apr 2010 09:25:57 +0200
<>
For the hypotheses column, try
http://repec.org/bocode/e/estout/advanced.html#advanced005
Your code runs without problems for me. -set trace on- and see where the
error occurs.
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Kelvin Tan
Gesendet: Donnerstag, 15. April 2010 09:11
An: [email protected]
Betreff: st: -outreg2- super-rows and super-columns
Hi All,
I follow the helpfile from -outreg2- to create a supper-row, but I
obtained the following error message. Can anyone give me some advice
on this?
variable varname not found
r(111);
---- Begin Code ----
sysuse auto, clear
reg mpg rep78 head weight turn disp gear
outreg2 using myfile, groupvar(Group1 trunk turn head weight Group2) see
--- End Code ----
Is it possible to create a "super-column" - a empty column? or is it
possible to create a "predicted sign column" (see below) with outreg2
in stata, then covert it into a Latex format? I need this predicted
column because it is very hard to create a column in a Latex table.
Variable |Predicted Sign| Coefficients
trunk (+) -0.316**
(0.134)
turn (-) -0.761***
(0.131)
Constant 55.82***
(4.354)
Observations 74
R-squared 0.552
Regards,
Kelvin
*
* 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/