| |
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
st: RE: statalist-digest V4 #2389
The -td- option of outreg2 is not behaving the way the help file
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
outreg2 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.
outreg2 using myfile, bracket noaster tstat less(0)
outreg2 using myfile, bracket noaster tstat less(-1) see
Roy
*
* 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/