hello, I'm trying to insert the labels onto the bars of the bar charts using this code
Code:
graph bar (percent) if failure==1 & procedure==1, over(reason) over(gender) asyvars name(m1, replace) ytick(0(1)20) ylabel(0(1)20) title("Percentage (%)") blab(total,position(inside)format("3.0")) note ("Reasons for failure")
Pls let me know what I'm doing wrong
many thanks
Comment