Hi,
I'm trying to replicate the following excel-generated graph on stata (and horizontally), but was unable to do so as:
- when using graph hbar var1-var7, by(location), I would get two graphs, combined;
- when using graph hbar var1-var7, over(location), I would first get all bars for var1-var7 for the first location, then again for the second location.
Var1-Var7 are generated from a select-multiple survey variable, dichotomized for each potential response option.
Thanks
I'm trying to replicate the following excel-generated graph on stata (and horizontally), but was unable to do so as:
- when using graph hbar var1-var7, by(location), I would get two graphs, combined;
- when using graph hbar var1-var7, over(location), I would first get all bars for var1-var7 for the first location, then again for the second location.
Var1-Var7 are generated from a select-multiple survey variable, dichotomized for each potential response option.
Thanks
Comment