My data contains values of the wages of people in three different years, some of them recieved job training (program group) some didn't (control). I'd like to generate a bar graph showing the average wage of the program group next to the average wage of the control group for all three years next to each other. I couldn't find anything that works, the closest I came was using
graph bar wage1 wage2 wage3, over(prog)
but then then I have three bars of the mean of the wage of the people in the program group on the right and three bars of the mean of the wage of the people in the control group on the left. I, however, want to have mean(wage1) of program vs control to the right, then wage2 in the middle and wage 3 to the left. Is there any possibility of doing this?
Thanks a lot for any help
graph bar wage1 wage2 wage3, over(prog)
but then then I have three bars of the mean of the wage of the people in the program group on the right and three bars of the mean of the wage of the people in the control group on the left. I, however, want to have mean(wage1) of program vs control to the right, then wage2 in the middle and wage 3 to the left. Is there any possibility of doing this?
Thanks a lot for any help

Comment