From | Richard Williams <[email protected]> |
To | [email protected], [email protected] |
Subject | Re: st: How to display 10 digits data in data panel |
Date | Sat, 03 Sep 2005 18:42:22 -0500 |
At 06:00 PM 9/3/2005, [email protected] wrote:
for example:See -help data_types-
set obs 1
gen vindex=2158
gen number=5746340000+2158
by stata default, not all the digits of "number" show up in the data panel.
therefore i use the syntax
format number %13.0g
to display all the digits. however, the result comes out weird. it is 5746342400
instead of 5746342158. why??????
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |