Dear Statalists,
I am a beginner in Stata so apologies for this simple question:
I have two categorical variables (LifeSat, JobS_overall) both measuring satisfaction from 1-7 with respect to life and job.
I would like to create a bar graph showing for each category both variables together.
basically the outcome of this graph:
graph bar, over(JobS_overall)
but also with LifeSat. Sorry for the bad image but at least I clarified my goal.
Do you know how to do this?
Thank you very much!
Francesco
graph bar, over(JobS_overall)
I am a beginner in Stata so apologies for this simple question:
I have two categorical variables (LifeSat, JobS_overall) both measuring satisfaction from 1-7 with respect to life and job.
I would like to create a bar graph showing for each category both variables together.
basically the outcome of this graph:
graph bar, over(JobS_overall)
but also with LifeSat. Sorry for the bad image but at least I clarified my goal.
Do you know how to do this?
Thank you very much!
Francesco
Comment