Dear all,
I am using this code below to generate discriptive stat:
But I am having 2 issues: (1) the standard deviation variable is split in two different cells, and (2) the standard deviation is not in parentheses. How can I adjust this code so that I have Std. dev. in parentheses and under the mean?
I am using this code below to generate discriptive stat:
Code:
logout, save("example.xlsx") excel replace: bysort var100: sum var1 var2 var3 var4 var5 var6 var7 var8 var9 var10 var11 var12 var13 var14 var15