I'm trying to create a clustered bar chart for my thesis. For the x axis, I want to have my categorical variable (3 bars for school format - in-person, hybrid, and virtual) and a fourth bar that is the overall mean of all respondents.
This is the code I have so far:
graph bar (mean) covidconcernscale, over(schooltype_w2)
The edited graph output screenshot is below.

This has everything I need except the fourth bar with the overall mean concern level. Is it possible to add that?
This is the code I have so far:
graph bar (mean) covidconcernscale, over(schooltype_w2)
The edited graph output screenshot is below.
This has everything I need except the fourth bar with the overall mean concern level. Is it possible to add that?
Comment