Statalist


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

Re: st: Question about -esttab- and its macros


From   Ben Jann <[email protected]>
To   [email protected]
Subject   Re: st: Question about -esttab- and its macros
Date   Fri, 30 Jan 2009 14:49:45 +0100

It seems you are using an old version of esttab.ado (and possibly
estout.ado). Type

 . ssc install estout, replace

to update. If the problem persists then you probably you have an old
version lying around in your working directory or so. Type

 . findfile esttab.ado, all
 . findfile estout.ado, all

to locate all instances and then manually remove the old version. The
current versions are

. which esttab
[...]
*! version 2.0.3  07jan2009  Ben Jann
*! wrapper for estout

. which estout
[...]
*! version 3.10  20jan2009  Ben Jann

ben


On Fri, Jan 30, 2009 at 1:36 AM, Tiago V. Pereira
<[email protected]> wrote:
> Dear Statalisters,
>
> Why is -esttab- now reporting the below mentioned macros? Is that correct?
> I am looking for the r(coefs) macro.
>
> Thanks for any help.
>
> Cheers!
>
> Tiago
>
> */[Code that runs a regression]
> ...
>
> esttab, se
> ----------------------------
>                      (1)
>
> ----------------------------
> lambda
> _cons               0.985***
>                 (0.0472)
> ----------------------------
> b2
> _cons               0.342***
>                 (0.0236)
> ----------------------------
> logvar2
> _cons              -5.373***
>                  (0.862)
> ----------------------------
> N                      40
> ----------------------------
> Standard errors in parentheses
> * p<0.05, ** p<0.01, *** p<0.001
>
> . return list
>
> macros:
>            r(estout) : "estout, cells(b(fmt(a3) star) se(fmt(a3)
> par("{ralign 12:{txt:(}" "{txt:)}}"))) stats(N, fmt(%18.0g)
> labels(`".."
>
>
>
> *
> *   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index