It may not seem so, but I have tried to find a solution...
I want a graph showing means (averages) and confidence intervals for a set of variables.
So far, so good. The problem is that I want to do two such plots in the same graph, with several sets of two related variables. As an illustration:
Below there are four variables, but these are 2 sets of 2 related variables (e.g., status of boys vs. status of girls). I am not sure about the best way forward to develop such a graph (with many more variables than the 2X2 used as an illustration here).
The "graph" above would show four variables, which I need to put in a specific order within the graph, and then let the reader easily compare "status" of girls and boys (again, these variable names are just illustrations).
In addition to -scatter- I was considering -coefplot-, but have not been able to develop a good solution.
I want a graph showing means (averages) and confidence intervals for a set of variables.
So far, so good. The problem is that I want to do two such plots in the same graph, with several sets of two related variables. As an illustration:
Below there are four variables, but these are 2 sets of 2 related variables (e.g., status of boys vs. status of girls). I am not sure about the best way forward to develop such a graph (with many more variables than the 2X2 used as an illustration here).
HTML Code:
--- --- | --- --- | | | | | | | | | | | | | X | | O | O X | | | | | | | | | | | | | --- | | --- --- --- Girls' Boys' Girls' Boys' status status power power
In addition to -scatter- I was considering -coefplot-, but have not been able to develop a good solution.
Comment