Hi there.
i've run a vioplot on stata, however the plots are lying slightly above the value of one which shouldn't be happening as my variable is a 0-1 variable. is there a way i can bound the command to sit at one?
the command i used is:
vioplot eq5d, over(agecategory) bar(color(black)) density(color(ebg)) line(color(midblue)) median(color(red)) title (" Relationship between EQ5D and age") ytitle("EQ5D") xtitle(Age categories)
Thanks
i've run a vioplot on stata, however the plots are lying slightly above the value of one which shouldn't be happening as my variable is a 0-1 variable. is there a way i can bound the command to sit at one?
the command i used is:
vioplot eq5d, over(agecategory) bar(color(black)) density(color(ebg)) line(color(midblue)) median(color(red)) title (" Relationship between EQ5D and age") ytitle("EQ5D") xtitle(Age categories)
Thanks
Comment