Hello all, probably a very basic question but I am brand new to stata and trying to teach it to myself (Stata 16)
I am trying to create a bar graph of frequency of BMI groups by sex.
I run the code:
graph bar (count), over(bmigrp) over(sex)
which gets the results I want, but puts all the male results on one "window" of the graph, and the female results on the other side.
Is there a way to get the results to be side by side for each category in different colours?
Thank you!
Related Posts with Having Variables in X-Axis side by side, rather than in different groups..
Putexcel modify not workingDear all, I am writing to ask for a problem on the putexcel modify. I have an existing excel xls. f…
Missing Numeric Value with Comma When Importing txt. fileDear all, I am writing to ask for a problem I met when I tried to import txt. file to Stata. There …
mibeta interpretationI have a question regarding the output that I get with the mibeta commad. I ran mibeta on multiple i…
INVERSE MILLS RATIOS of an ORDERED PROBITDear Statalist, I am trying to get the INVERSE MILLS RATIOS of an ORDERED PROBIT, but I do not know…
Help with Stochastic Frontier Analysis/Translog Cost Function in Stata 15, bc95 modelDear Stata users, I am using Stata 15 and I am quite new in using this software. I am working on a…
Subscribe to:
Post Comments (Atom)
0 Response to Having Variables in X-Axis side by side, rather than in different groups..
Post a Comment