This is the second post trying to get an answer to this, so after this I'll
take the hint...
I would like to be able to use
labels with the mean markers that represent various things (right now,
number of observations in each category).
sysuse auto, clear
egen n=count(foreign), by(foreign)
table foreign n
ciplot mpg, by(foreign) mlab(n)
These labels always only correspond to the value of the first categorical
label, i.e., category 2's label is the value for category one. It is strange
since they seem to be working with , mlab(n) correctly.
How might I go about having each label value correspond to the category
specific value?
Thanks,
Daniel Egan
*
* 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/