Hi all,
I am using the statplot command with the following code:
statplot var1 var2 var3 var4 var5 var6 , over(sex, label(labsize(vsmall))) ytitle(percent, size(vsmall)) yla(0 0.1 "10" 0.2 "20" 0.3 "30", ang(h)) bar(1, bfcolor(green*0.4)) varopts(label(labsize(vsmall))) ysize(7)
I am pretty satisfied with the result but I still want to attach the 95%CI to each one of the bars of the 6 binary variables. The dataset consists of 200 observations (patients) and each one of the variables is a proportion of a feature of the whole sample. Do you have any ideas?
Thank you!
I am using the statplot command with the following code:
statplot var1 var2 var3 var4 var5 var6 , over(sex, label(labsize(vsmall))) ytitle(percent, size(vsmall)) yla(0 0.1 "10" 0.2 "20" 0.3 "30", ang(h)) bar(1, bfcolor(green*0.4)) varopts(label(labsize(vsmall))) ysize(7)
I am pretty satisfied with the result but I still want to attach the 95%CI to each one of the bars of the 6 binary variables. The dataset consists of 200 observations (patients) and each one of the variables is a proportion of a feature of the whole sample. Do you have any ideas?
Thank you!
Comment