Hello,
I plotted my graph using the code:
Question: Why am I get 0.0 on each demarcation of the y axis scale pls?
How can i fix this?
I plotted my graph using the code:
Question: Why am I get 0.0 on each demarcation of the y axis scale pls?
How can i fix this?
Code:
twoway kdesnity postop if treatment ==1 [aw=attweight], bwidth(10) lcolor(red) /// || kdesnity postop if treatment ==0 [aw=attweight], bwidth(10) lcolor(blue) /// legend(order(1 "treatment" 0 "control") ring(0) cols(1) pos(1) /// ylabel(,angle(h) format(%3.1f)) ytitle("Density")
Comment