Hey guys.
So I'm pretty good with the non-graphic part of STATA now, but I fail to understand how to make this specifik bar graph.
What I have, for example, is two variables:
var1 = 3 categories: high, mid, low
var2 = 2 categories: yes, no
What I'd like what to have a bar graph, that would show each of the 3 categories grouped in yes/no, so that I have 6 bars in groups of two, that shows high-yes/no, mid-yes/no, low-yes/no. I get how to make simple bar graphs but I don't get the specifics of bivariate sorting.
So I'm pretty good with the non-graphic part of STATA now, but I fail to understand how to make this specifik bar graph.
What I have, for example, is two variables:
var1 = 3 categories: high, mid, low
var2 = 2 categories: yes, no
What I'd like what to have a bar graph, that would show each of the 3 categories grouped in yes/no, so that I have 6 bars in groups of two, that shows high-yes/no, mid-yes/no, low-yes/no. I get how to make simple bar graphs but I don't get the specifics of bivariate sorting.