Hello all,
I am trying to get table out of the summarize command without exponential numbers.
The numbers are marketvalue amounts and now in format of a float variable %9.0f. The largest numbers have 9 digits and the variable does not have negative values.
In the data editor the numbers are written in complete, but when I run:
Then I get a table like this:

I would like to have these e+07 and e+08 numbers written out in full. These numbers are displayed in this form as well when I run regress.
As a result of reading previous questions on this forum, I have changed the format, but that still didn't result in the correct display of numbers in tables.
Please note that this is my first time using Stata, and I have already tried to find different solutions to my problem. I really hope you can help me with this display problem.
Merel
I am trying to get table out of the summarize command without exponential numbers.
The numbers are marketvalue amounts and now in format of a float variable %9.0f. The largest numbers have 9 digits and the variable does not have negative values.
In the data editor the numbers are written in complete, but when I run:
Code:
sum marketvalue
I would like to have these e+07 and e+08 numbers written out in full. These numbers are displayed in this form as well when I run regress.
As a result of reading previous questions on this forum, I have changed the format, but that still didn't result in the correct display of numbers in tables.
Please note that this is my first time using Stata, and I have already tried to find different solutions to my problem. I really hope you can help me with this display problem.
Merel
Comment