My samples were in millions so when I wanted to make a descriptive statistics table, the output file followed the default format %9.0g, regardless of what format command I added. the following code was giving me an exponential value like 4.828e+09 instead of the numeric value 4,828,000,000.
Code:
asdoc tabstat variable1, statistics( N mean ) format(%15.0gc) save(summary.doc) title(Sample Table)
Code:
tabstat variable1, statistics( N mean ) format(%15.0gc)
I would be grateful if anyone can direct me on how to correctly format numeric values in asdoc. Thanks.
0 Response to Need help with formatting in asdoc
Post a Comment