Hello,
I upgraded today to Stata 17 and I am a bit confused.
I have the below command for preparing my descriptive data but I need to adjust the decimal place to two decimals, however, I am not sure where to place dec(2):
table (country) (auditfirm), statistic(mean numoffices)
collect get: table (country) (auditfirm), statistic(mean numoffices)
collect export MyTable1.docx, as(docx) replace
Thank you in advance!
I upgraded today to Stata 17 and I am a bit confused.
I have the below command for preparing my descriptive data but I need to adjust the decimal place to two decimals, however, I am not sure where to place dec(2):
table (country) (auditfirm), statistic(mean numoffices)
collect get: table (country) (auditfirm), statistic(mean numoffices)
collect export MyTable1.docx, as(docx) replace
Thank you in advance!
Comment