Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: boxplot


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: boxplot
Date   Tue, 16 Mar 2004 10:30:13 -0000

You can add text by using the -text()- option. I don't 
know a way of automating that completely. Clearly you 
can calculate medians, quartiles etc. upstream, but 
working out the x coordinates of the text added seems trickier
to do except ad hoc. 

By the way, you should -update- your executable. 

Nick 
[email protected] 

Andreas Aschbacher

> I have Stata 8 for Windows :
> ~~~~~~~~~~~~~~
> Stata/SE 8.0 for Windows
> Born 24 Apr 2003
> ~~~~~~~~~~~~~~
> and I have the analogous box-plot as in help-file for graph_box:
> /please compare /
> . sysuse bplong, clear
> . graph box bp, over(when) over(sex)
>                 ytitle(".......................................")
>                 
> title("................................................")
>                 subtitle("(..............................)" " ")
>                 note(" .............................. ")
> my question: I want to see numeric values for 
> median,F_low,F_upper(hinges),
> low-adjacent-value and upper-adjacent-value in(!) graph  ??
> computing with lv-command is already clear to me.

*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index