Hello everyone,
I have the following Stata code:
The output is
How can I tweak this code, so I can get the full 9-digit number, and not its scientific expression?
Thank you for your time
I have the following Stata code:
Code:
input str16 x1 123456789 end destring x1, gen(x2) sum x2
HTML Code:
Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- x2 | 1 1.23e+08 . 1.23e+08 1.23e+08
Thank you for your time
Comment