Hi Forum,
This is my first post so I apologize if I make mistakes, but i did indeed read the directions. I am trying to plot
I am trying to plot the relative risks associated with different studies. Some studies have multiple outcomes with multiple relative risks associated. As such, I would like the x axis to state the name of the study author alongside the 1-10 associated outcomes. I would also like there to be a space between the different studies. However, I have had almost no success manipulating the x axis names outside of graph editor. Can you help? Below are my current code and graph
graph dot rr_uncertain rr_positive, over(outcome_id) yscale (range(0,5)) yline(1) ytitle("Relative risk")
Thank you VERY much!
KPC
This is my first post so I apologize if I make mistakes, but i did indeed read the directions. I am trying to plot
I am trying to plot the relative risks associated with different studies. Some studies have multiple outcomes with multiple relative risks associated. As such, I would like the x axis to state the name of the study author alongside the 1-10 associated outcomes. I would also like there to be a space between the different studies. However, I have had almost no success manipulating the x axis names outside of graph editor. Can you help? Below are my current code and graph
graph dot rr_uncertain rr_positive, over(outcome_id) yscale (range(0,5)) yline(1) ytitle("Relative risk")
Thank you VERY much!
KPC

Comment