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: "Best" command to output regression results


From   Austin Nichols <[email protected]>
To   [email protected]
Subject   Re: st: "Best" command to output regression results
Date   Wed, 3 Nov 2010 15:29:36 -0400

But...
-esttab- is the user-friendly version of the program the poster
mentions, installed along with -estout- from SSC, and therefore is the
obvious "easy answer" for that question. It even has its own webpage
(http://repec.org/bocode/e/estout/) with worked examples.  Here are
some useful options demonstrated; the last line is specific to those
who want a MSWindows/MSWord example:

clear all
sysuse auto
qui reg foreign weight
est sto LPM
qui logistic foreign weight
est sto Logit
est sto OR
loc opt "la rtf onecell nogaps mti replace eqlabels(none)"
esttab * using r.doc, eform(0 0 1) `opt'
!start r.doc

On Wed, Nov 3, 2010 at 3:14 PM, Nick Cox <[email protected]> wrote:
> Exactly! This is a standard trade-off and it bites experienced users almost as much as new users, and no one has an easy answer.

> Eric Booth
> You can do this from -estout- (from SSC) without the copy/pasting, concatenating, etc.
*
*   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