Hello,
I am trying to display the number of observations in a bar chart for different categories and and total observations that are present for the specific category as well.
How can I create bar graphs that display the total observations of area '5' in the ytitles or axis, and the total observations of "Females" in the area '5', as a bar label.
Thank you.
I am trying to display the number of observations in a bar chart for different categories and and total observations that are present for the specific category as well.
Code:
* Example generated by -dataex-. For more info, type help dataex clear input byte(sex area) 1 2 1 4 1 3 1 1 1 2 1 4 1 1 1 5 1 2 0 4 end label values sex sex label def sex 0 "Female", modify label def sex 1 "Male", modify
Thank you.
Comment