Hi, I've produced a bar chart which shows the mean of one variable (intolerance) for two other variables (gender) and (having children or not) (see picture - not in english).
However, this graph only shows the bivariate relationship between these variables. Is it possible to summarize with either a bar chart or another kind of graph this relationship with use of control variables (the multivariate relationship between my primary variables (intolerance, gender and having children or not with control for other variables). For example I would like to summarize this relationship with control for age. Is it possible to do so?

The current chart is produced with the following code:
Code:
graph bar (mean) intolerance, over(børn) by(køn) scheme(s1mono) ytitle("Gennemsnitlig score for indvandreskepsis")
Kind regards
Array