Hi,
I am trying to get detailed descriptive statistics for my data set. I use "outreg2" to export results into excel.
(general is a global variable)
The problem is a numeric format in the summary table as some variables are displayed as exponential. It looks as below. How can I format these exponential values?
Thanks.
I am trying to get detailed descriptive statistics for my data set. I use "outreg2" to export results into excel.
Code:
outreg2 if quarter==tq(2013q3) using sumstat5.xls, replace sum(detail) keep( $general )
The problem is a numeric format in the summary table as some variables are displayed as exponential. It looks as below. How can I format these exponential values?
(2) | (3) |
mean | sd |
13.14 | 13.40 |
2.159e+08 | 4.396e+08 |
1.082e+08 | 2.071e+08 |
391475 | 1.474e+06 |
3.989e+07 | 1.069e+08 |
46067 | 168219 |
1.739e+07 | 6.062e+07 |
5.692 | 4.817 |
0.145 | 0.154 |
1.634 | 3.516 |
Thanks.
Comment