Hi Scott:
I tried this in Stata 8 but parmest is not recognized. May I know what
version of Stata you're using??
Thanks!
Weiwei
----- Original Message -----
From: "Scott Merryman" <[email protected]>
To: <[email protected]>
Sent: Thursday, May 06, 2004 6:29 PM
Subject: st: RE: Format regression output
> One way would be to use Roger Newson's -parmest- after estimating the
model
>
> For example,
>
> . sysuse auto
> (1978 Automobile Data)
>
> . qui poisson rep mpg head gear
>
> . parmest, list(label estimate std z p max95 min95 ,noobs) format(estimate
> std z p min95 max95 %9.2f) label
>
> +------------------------------------------------------------------+
> | label estimate stderr z p max95 min95 |
> |------------------------------------------------------------------|
> | Mileage (mpg) 0.01 0.01 0.78 0.44 0.04 -0.02 |
> | Headroom (in.) 0.02 0.09 0.18 0.85 0.18 -0.15 |
> | Gear Ratio 0.17 0.19 0.90 0.37 0.54 -0.20 |
> | Constant 0.42 0.60 0.70 0.48 1.61 -0.76 |
> +------------------------------------------------------------------+
>
> Hope this helps,
> Scott
>
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Weiwei Du
> Sent: Thursday, May 06, 2004 5:33 PM
> To: STATA List
> Subject: st: Format regression output
>
> Hi Stata Listers:
>
> How do I specify the format so in the Poisson Regression output there are
> just two digits after a decimal point?
>
> Thanks!
>
> Weiwei
>
>
> *
> * 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/