Statalist


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

Re: st: esttab "nofirst" error message


From   "Ben Jann" <[email protected]>
To   [email protected]
Subject   Re: st: esttab "nofirst" error message
Date   Thu, 5 Jun 2008 22:33:06 +0200

I cannot replicate the problem. Looks to me like you have mix of
incompatible versions of esttab and estout on your system. Maybe an
old version of estout.ado is lying around in the working directory or
so. Maybe type

 . findfile estout.ado, all

and

 . findfile esttab.ado, all

There should only be one version of each.

In any case, type

 . ssc install estout, replace

and try again.

If the problem persists, execute the following and send me the log (or
the last couple pages of it):


 use hip.dta, replace
 stset time1, id(id) time0(time0) failure(c)
 eststo cox: stcox fracture
 set trace on
 esttab *, se nostar brackets

ben


On Thu, Jun 5, 2008 at 7:43 PM, Michael McCulloch <[email protected]> wrote:
> Hello,
> I'd like to use esttab to display Cox regression results.
> The following commands:
>
>        use hip.dta, replace
>        stset time1, id(id) time0(time0) failure(c)
>        eststo cox: stcox fracture
>        esttab *, se nostar brackets
>
> return the esttab error message:
>        option nofirst not allowed
>        r(198);
>
> However, I don't see option "nofirst" mentioned in the -esttab- help file,
> nor am I specifying it.
>
> --
>
> Best wishes,
> Michael McCulloch
>
>
>
> Pine Street Foundation
> 124 Pine St., San Anselmo, CA 94960-2674
> Tel:    (415) 407-1357
> Fax:    (415) 485-1065
> [email protected]
> www.pinestreetfoundation.org
> *
> *   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/
>
*
*   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