Statalist


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

Re: st: bootstrap fails with qreg


From   "Stas Kolenikov" <[email protected]>
To   [email protected]
Subject   Re: st: bootstrap fails with qreg
Date   Wed, 3 Sep 2008 14:48:43 -0500

Oh, those Stata hacker undocumented tools :)). Doesn't one need this
-program- to be -eclass-, just to be on the safe side?

On 9/3/08, Jeff Pitblado, StataCorp LP <[email protected]> wrote:
>  Here is a quick work-around:
>
>         program myqreg
>                 version 10.1
>                 syntax [varlist] [if] [in] [, *]
>
>                 if replay() {
>                         _coef_table, `options'
>                         exit
>                 }
>                 qreg `0'
>         end
>

-- 
Stas Kolenikov, also found at http://stas.kolenikov.name
Small print: I use this email account for mailing lists only.
*
*   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