Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Update to outreg2


From   Roy Wada <[email protected]>
To   <[email protected]>
Subject   st: Update to outreg2
Date   Mon, 16 Jun 2008 14:41:00 -0700

Thanks to Kit Baum, an update to outreg2 is posted at SSC. Things 
worth mentioning are:
 
1. -sideway- option arranges table sideways. This command is useful 
when combined with stats( ) option.
 
. outreg2 using myfile, stats(coef aster pval) side
 
It's almost the same thing as running the following codes together.
 
. outreg2 using myfile, stats(coef) noaster
. outreg2 using myfile, stats(aster)
. outreg2 using myfile, stats(pval)
 
2. asterisk( ), bracket( ), and parenthesis( ) attach them to the 
statistics of your choice.

3. stats( ) now works with -eform- option. stats(beta) gives 
you the beta transformed coefficient.
 
4. drop( ) and keep( ) specify the variables to be added onto 
the table. keep( ) will dominate the varlist at the front.
 
5. -label- replaces variable names with lables. Specify -text- if you 
want it with .txt file. The old option is available as -label(insert)-
 
6. addtext( ) will accept texts at the bottom of each column. It 
is similar to addstat( ) except it will not format numbers or evaluate 
macros.
 
7. ctitle( ) accepts up to two column titles.
 
On a minor note, aster(coef) is currently required to place asterisks 
there when -side- is invoked (it will be automated in the next update). 
The help file has been updated, though not completely.

Roy

_________________________________________________________________
Now you can invite friends from Facebook and other groups to join you on Windows Live™ Messenger. Add now.
https://www.invite2messenger.net/im/?source=TXT_EML_WLH_AddNow_Now
*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index