Philip Sinclair wrote:
Please can you tell me if there is a simple way to produce a plot of the
output from proportion <dependent var>, over(<categorical variable>)
So the graph should show the percentage, within each category, of the
dependent variable - rather than the overall percentage in each category.
-------------------------------------------------------------
I use -ci- to generate the proportions with confidence intervals.
The variable -low- is coded 0/1, so its mean is the proportion of 1s.
-statsby- generates a new dataset with proportions and confidence
intervals; conversion to percentages is simple:
. webuse lbw
. statsby proportion=r(mean) lb=r(lb) ub=r(ub), by(race) clear : ci low, binomial
. list
+----------------------------------------+
| race propor~n lb ub |
|----------------------------------------|
1. | white .2395833 .1583384 .3374935 |
2. | black .4230769 .233522 .6308196 |
3. | other .3731343 .2579742 .4998952 |
+----------------------------------------+
Hope this helps
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/