--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany
http://www.maartenbuis.nl
--------------------------
--- On Mon, 8/2/10, Jeph Herrin wrote:
> For an analysis comparing two groups of hospitals I have
> generated some nice box plots
>
> graph box yvar, over(group) ...
>
> One concerning issue is that the two groups identified
> by -group- are highly imbalanced - something like 4000
> vs 50. Thus my co-author writes: "I think the boxplots
> should be drawn to reflect the actual number of hospitals
> as they are misleading right now.
What about this example from Nick Cox's -stripplot-? You
can download -stripplot- by typing in Stata
-ssc install stripplot-.
*--------------------- begin example -------------------------
sysuse auto, clear
stripplot mpg, over(rep78) box(bfcolor(black) blcolor(white) ///
barw(0.2)) boffset(-0.2) stack h(0.5)
*----------------------- end example -------------------------
Hope this helps,
Maarten
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/