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

Re: st: RE: Re: Estimate returns


From   Richard Williams <[email protected]>
To   [email protected], <[email protected]>
Subject   Re: st: RE: Re: Estimate returns
Date   Sun, 18 Jan 2004 16:12:11 -0500

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