. esttab, cell((mean(label(Mean) fmt(%9.2f)) median(label(Median)) sd(label(Std Deviation) fmt(%9.2f)) min(label(Min) fmt(%9.2f)) max(label(Max) fmt(%9.2f)))
> )
. esttab using C:\ABC\summary.rtf, modelwidth(10 20) cell((mean(label(Mean)) ///
> sd(par label(Standard Deviation)) min(label(Min)) max(label(Max)))) ///
> label nomtitle nonumber replace ///
> title("Table #: Descriptive Statistics")
Table #: Descriptive Statistics
I am using the above esttab command coding to maintain the hundredth position to the right of the decimal point with no success (eg: .12). Please see my resulting output. What am I missing?
Thank you.
Yarh Komolo
> )
. esttab using C:\ABC\summary.rtf, modelwidth(10 20) cell((mean(label(Mean)) ///
> sd(par label(Standard Deviation)) min(label(Min)) max(label(Max)))) ///
> label nomtitle nonumber replace ///
> title("Table #: Descriptive Statistics")
Table #: Descriptive Statistics
Mean | Standard Deviation | Min | Max | |
Access | -3.71e-09 | .4985824 | -.975475 | 5.30083 |
Corruption | 7.40e-09 | .5319847 | -1.272017 | 2.087455 |
Gender | 1.000326 | 1.000027 | 0 | 2 |
Media | -6.35e-10 | .6984663 | -1.013079 | 4.516181 |
Democracy | 2.419828 | 1.306305 | 0 | 9 |
Speech | 4.24e-09 | .6865565 | -2.168589 | 5.111472 |
Age | 37.36189 | 22.69637 | 18 | 999 |
University | .2978585 | 1.514686 | 0 | 8 |
Observations | 18398 |
Thank you.
Yarh Komolo
Comment