From | Roger Newson <[email protected]> |
To | [email protected] |
Subject | st: RE: Re: Estimate returns |
Date | Mon, 19 Jan 2004 10:10:56 +0000 |
At 16:12 18/01/04 -0500, Richard Williams wrote:
At 07:54 PM 1/18/2004 +0000, Nick Cox wrote: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:_se[weight] _se[_cons]
. 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.
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |