Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: How can I change the way Stata clusters the yvars in a bar graph?


From   "Svend Juul" <[email protected]>
To   <[email protected]>
Subject   Re: st: How can I change the way Stata clusters the yvars in a bar graph?
Date   Tue, 21 Mar 2006 11:43:51 +0100

Deb wrote:

I am trying to make a bar graph that contains several y variables
grouped over 1 categorical variable that has 2 levels (0, 1).
-------------------------------------------------------------

Stating what command gave the undesired result would be helpful,
first to other statalisters, next to yourself.

Try this:

   clear
   sysuse uslifeexp.dta
   gen halfcent = year>=1950
   graph bar le_wmale le_wfemale le_bmale le_bfemale, over(halfcent)

Is this similar to what you want? -graph bar- takes a list of
y-variables.

Svend
________________________________________________________

Svend Juul
Institut for Folkesundhed, Afdeling for Epidemiologi
(Institute of Public Health, Department of Epidemiology)
Vennelyst Boulevard 6
DK-8000 Aarhus C,  Denmark
Phone, work:  +45 8942 6090
Phone, home:  +45 8693 7796
Fax:          +45 8613 1580
E-mail:       [email protected]
_________________________________________________________

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index