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