Hi everyone,
Seems like a simple thing to do, but I can't figure it out.
I get this, but I want the bars to be grouped where men and women bars are next to each other for easy comparison, for each outcome variable. Using
or
don't work either.
Best,
Jason

Seems like a simple thing to do, but I can't figure it out.
Code:
graph bar innovation_faith innovation_reforms innovation_critiques, over(gender)
Code:
by(gender)
Code:
asyvars
Best,
Jason

Comment