I am trying to re-order the categories from my over variable ("treatment") in a stripplot I have created. I have tried to use the over_subopts (e.g., sort(varname)) but they don't work. The reverse order of what they are in now would be sufficient. Any suggestions are welcome...! Below is the relevant code:
stripplot revabfr, over(treatment) by(qpid3_2, cols(1) note("")) cumul cumprob bar center refline yla(, ang(h)) xla(, noticks) xsc(titlegap(*5)) note("")
Thanks!
stripplot revabfr, over(treatment) by(qpid3_2, cols(1) note("")) cumul cumprob bar center refline yla(, ang(h)) xla(, noticks) xsc(titlegap(*5)) note("")
Thanks!

Comment