Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: st: outreg2, tab option? + logout (re multi-way contingency tables in Stata)


From   Roy Wada <[email protected]>
To   <[email protected]>
Subject   RE: st: outreg2, tab option? + logout (re multi-way contingency tables in Stata)
Date   Wed, 22 Apr 2009 10:10:38 -0700

> * example of 4-way tabulation:
>
> sysuse auto, clear
> egen mileage=cut(mpg), group(10)
> egen paid=cut(price), group(3)
> outreg2 mileage paid foreign rep using myfile, see replace tab stats(coef)
> outreg2 mileage paid foreign rep using myfile, see replace tab
>
> " [end quoted text]
>
> I experimented with this syntax and got the error message: "option tab
> not allowed."
 
Try updating the program by typing the following:
 
ssc install outreg2, replace
 
 
 
_________________________________________________________________
Rediscover Hotmail®: Now available on your iPhone or BlackBerry
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Mobile2_042009
*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index