| ![]() |
From | "roy wada" <roywada@hotmail.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | st: RE: statalist-digest V4 #2389 |
Date | Thu, 06 Jul 2006 12:07:44 -0400 |
The -td- option of outreg2 is not behaving the way the help fileoutreg2 comes with auto-digits, which automatically chooses a minimum number of significant digits to be displayed. It is supposed to turn off when the user asks for a fixed format. This is not happening with -tdec( )- option. Until this problem is fixed, you can display additional decimal points by using -less( )- option that works with the auto-digits.
suggests it should. I try this test:
sysuse auto, clear
reg price mpg rep78 headroom trunk weight length turn displacement
outreg2 using r:\alex\test1.txt, nolabel bracket noaster tstat td(2) replace
© Copyright 1996–2025 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |