Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: RE: Re: Estimate returns


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   RE: st: RE: Re: Estimate returns
Date   Mon, 19 Jan 2004 08:54:45 -0000

I believe that re-calculating t from stored b and se in this
manner is the best way of retrieving values automatically. 

Nick 
[email protected] 

Richard Williams
> 
> At 07:54 PM 1/18/2004 +0000, Nick Cox wrote:
> >_se[weight]
> >_se[_cons]
> 
> That is neat, I didn't know you could do that.  The 
> questioner also asked 
> about the T values; are they similarly stored?  If not, 
> they can be easily 
> computed:
> 
> . dis _b[weight]/_se[weight]
> -11.60251
> 
> . dis _b[_cons]/_se[_cons]
> 24.436312
> 
> Also, you can -findit listcoef- to get the -listcoef- 
> module.   The command
> 
> listcoef, matrix
> 
> will store lots of results in matrices, including the t (or 
> z) values.

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