Hi,
I am trying to reorganize a box plot. I would like to graph multiple continuous variables, by sex. Currently, I can only figure out how to graph the different variables together, by sex (please see attached graph).
But, I would like to display each variable separately, by sex. (For example, in the attached graph, I would like to first graph the "overall sri" by female/male, and then the "sense of peace" by female/male, all on the same graph. (Rather than all the female scores, then all the male scores)
Is there a way to do this? Or can I only display the continuous variables together, by sex, as shown in the attachment?
Please let me know if my question needs more clarification.
Thanks!
Robin
PS my code for this graph: graph box sri_sum_bl_z sri_peace_bl_z , over (sex_bl)

I am trying to reorganize a box plot. I would like to graph multiple continuous variables, by sex. Currently, I can only figure out how to graph the different variables together, by sex (please see attached graph).
But, I would like to display each variable separately, by sex. (For example, in the attached graph, I would like to first graph the "overall sri" by female/male, and then the "sense of peace" by female/male, all on the same graph. (Rather than all the female scores, then all the male scores)
Is there a way to do this? Or can I only display the continuous variables together, by sex, as shown in the attachment?
Please let me know if my question needs more clarification.
Thanks!
Robin
PS my code for this graph: graph box sri_sum_bl_z sri_peace_bl_z , over (sex_bl)
Comment