Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | "G. Dai" <dgecon@gmail.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: AW: about graph bar |
Date | Fri, 5 Mar 2010 10:45:30 -0800 |
thanks, Martin. this works with a trick. After I adding a title optoin: ************* sysuse auto, clear graph bar (mean) weight, by(, note(" ")) by(foreign, total rows(1)) title("= T ************* On Fri, Mar 5, 2010 at 9:36 AM, Martin Weiss <martin.weiss1@gmx.de> wrote: > > <> > > This is probably most easily accomplished via -by()-: > > > ************* > sysuse auto, clear > graph bar (mean) weight, by(, note(" ")) by(foreign, total rows(1)) > ************* > > > > HTH > Martin > > > -----Urspr=FCngliche Nachricht----- > Von: owner-statalist@hsphsun2.harvard.edu > [mailto:owner-statalist@hsphsun2.harvard.edu] Im Auftrag von G. Dai > Gesendet: Freitag, 5. M=E4rz 2010 17:42 > An: statalist@hsphsun2.harvard.edu > Betreff: st: about graph bar > > Dear all, here is my question. I have data on individual weight, gender, > and > a dummy indicating > if the individual does exercises often. I want to compare if often exerci= se > is correlated with weight. > thus, I first > .graph bar weight,over(exercise) > and to compare the gender difference I also > .graph bar weight,over (exercise) over(gender) > As you can see I get two graphs one separating gender effect one not. > However, to save space, > I'd like to combine these tow graphs in one,that is one graph with thre= e > type bars:male female and mixed. > thanks, > Guang > > * > * For searches and help try: > * http://www.stata.com/help.cgi?search > * http://www.stata.com/support/statalist/faq > * http://www.ats.ucla.edu/stat/stata/ > > > * > * For searches and help try: > * http://www.stata.com/help.cgi?search > * http://www.stata.com/support/statalist/faq > * http://www.ats.ucla.edu/stat/stata/ > * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/