Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: RE: RE: How to put percentiles texts in box (Distribution) plot


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: RE: RE: How to put percentiles texts in box (Distribution) plot
Date   Fri, 5 Feb 2010 22:49:00 +0100

<>

The original post is at
http://www.hsph.harvard.edu/cgi-bin/lwgate/STATALIST/archives/statalist.1002
/date/article-294.html, btw.

Make the code

*******
sysuse auto, clear
su price , d
graph box price, ylabel(`r(p50)' "Median"  /* 
 */ `r(p75)' "75th perc." `r(p95)' "95th perc.", /* 
 */  angle(horizontal) labsize(medlarge))
*******

for better wrapping.


HTH
Martin


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Martin Weiss
Sent: Freitag, 5. Februar 2010 22:46
To: [email protected]
Subject: st: RE: How to put percentiles texts in box (Distribution) plot 


<>

You are not posting html, are you?

Anyway:

*******
sysuse auto, clear
su price , d
graph box price, ylabel(`r(p50)' "Median" `r(p75)' "75th perc." `r(p95)'
"95th perc.", angle(horizontal) labsize(medlarge))
*******


HTH
Martin

From: [email protected]
[mailto:[email protected]] On Behalf Of Heekyung Kim
Sent: Freitag, 5. Februar 2010 21:41
To: [email protected]
Subject: st: How to put percentiles texts in box (Distribution) plot 



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

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



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