Hello everyone,
I am trying to create a bar graph for the number of people (or percentage of people) with high education by region (and sector) using a code
However, Stata gives an error term "factor-variable operators not allowed r(101)". Since the data is coded into numbers for each region and type of qualification, I am struggling to create meaningful graphs in general.
Hence my question is - is there a way of creating de-coded graphs for non-numerical data, such that instead of numbers you see categories?
Hope my question makes sense! Thank you in advance
I am trying to create a bar graph for the number of people (or percentage of people) with high education by region (and sector) using a code
Code:
graph bar (mean) high_qual, by(region, total)
Hence my question is - is there a way of creating de-coded graphs for non-numerical data, such that instead of numbers you see categories?
Hope my question makes sense! Thank you in advance
Comment