Bookmark and Share

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- super-rows and super-columns


From   Kelvin Tan <[email protected]>
To   [email protected]
Subject   st: -outreg2- super-rows and super-columns
Date   Thu, 15 Apr 2010 17:10:46 +1000

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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index