I’ve created the below graph (Note: data is made-up)

I’d like to put the exact values of the CIs on the plot. I was able to get the point estimate on the plot by adding mlabel(percentage).
Any thoughts?
Thank you.
Code:
twoway (rcap lower upper row, horizontal msize(medium)) (scatter row percentage, mlabel(percentage) mlabposition(12) mlabsize(small)), legend(off) ylabel(1 "Group A" 2 "Group B" 3 "Group C", angle(0) noticks) xtitle("Percentage") ytitle("") aspect(.5)
I’d like to put the exact values of the CIs on the plot. I was able to get the point estimate on the plot by adding mlabel(percentage).
Any thoughts?
Thank you.
Comment