Thank you Nick. You solved my problem.
giovanni
-----Messaggio originale-----
Da: [email protected]
[mailto:[email protected]]Per conto di n j cox
Inviato: gioved� 23 settembre 2004 14.49
A: [email protected]
Oggetto: Re: st: graph frequencies
Giovanni Bader
I'd like to have a bar chart showing frequencies (percents) of 
categorical variables (death and heart failure , both yes/no, for 
example). Basically I want the percentages of death in patient with and 
without heart failure.
The program fbar does the job:
.fbar heartf, by(death) stack percent.
How can I get the same result with Stata8.2 ?
 >>>
. ssc inst catplot
. whelp catplot
and then something like
. catplot bar heartf death, stack percent(death) asyvars
Nick
[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/
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.766 / Virus Database: 513 - Release Date: 17/09/2004
 
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.766 / Virus Database: 513 - Release Date: 17/09/2004
 
*
*   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/