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/