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]

Re: st: estout - add row of notes for each model ?


From   Richard Palmer-Jones <[email protected]>
To   [email protected]
Subject   Re: st: estout - add row of notes for each model ?
Date   Sun, 30 Oct 2011 19:20:08 +0000

Thanks Richard - don't know how I missed this.



On Sun, Oct 30, 2011 at 6:01 PM, Richard Herron
<[email protected]> wrote:
> The -indicate()- option in -esttab- allows you to replace
> dummies/interactions with a Yes/No row. Here is a link to the
> explanation on the estout page.
>
> http://repec.org/bocode/e/estout/advanced.html#advanced006
>
> The estout package is available from ssc (i.e., -ssc install estout-).
>
> On Sun, Oct 30, 2011 at 13:11, Richard Palmer-Jones
> <[email protected]> wrote:
>> Dear Readers
>>
>> I want to add a row with text for each column (model) in a table of
>> regression results. I can add such a row at the tom using collabels()
>> but I would like this to appear atht he bottom. e.g.
>> estout _1 _2 _3 _4, ...... stats(N r2_a )  ///
>> .......                              ///
>> collabels("NA" "YES" "NA" "NA", lhs("Uses FE"))
>>
>> outputs
>>
>> model                    (1)              (2)               (3)
>>       (4)
>> Uses FE               NA              NA              NA              NA
>>
>> at the top of the table under the model labels. But I want it at the
>> bottom - e.g.
>>
>> Uses FE            NA             NA              NA              NA
>> N                     136             136             136             136
>> R-squared           0.234           0.402           0.064           0.026
>> .
>> I can't see how to do this (except manually later), so any advice appreciated.
>>
>> Thanks
>>
>>
>> Richard
>> *
>> *   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/
>

*
*   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