Hello,
I'm looking to create a dot plot over multiple categories. It is survey data, and I want to graph the mean response variable over certain respondent characteristics. For example, a correspondent characteristic is sex and age group.
Gives me what I want, but I can only specify over sex. I'd like to have by sex and age group in the same graph.
Apologies in advance for not having a dataex.
I'm looking to create a dot plot over multiple categories. It is survey data, and I want to graph the mean response variable over certain respondent characteristics. For example, a correspondent characteristic is sex and age group.
Code:
graph dot (mean) response_1 response_2, over(sex)
Apologies in advance for not having a dataex.
Comment