LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sun, 12 Feb 2006 22:11:40 -0800
Reply-To:     David L Cassell <davidlcassell@MSN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         David L Cassell <davidlcassell@MSN.COM>
Subject:      Re: Changing the percentiles in PROC BOXPLOT
In-Reply-To:  <200602101535.k1AEn7R7031234@mailgw.cc.uga.edu>
Content-Type: text/plain; format=flowed

akramer@CERNER.COM wrote: >I would like to change the boundaries on the standard Box Plot from 25pct, >50pct, & 75pct to 10pct, 50pct, and 90pct, respectively. Does anyone know >of a way to do that? Is it possible to add addtional lines within the box >that denote various percentiles?

Umm, then those things wouldn't be boxplots.

If you just want a box with median, kth percentile, and (100-k)th percentile, look into the interpol=box.... options in the SYMBOL statement in PROC GPLOT or PROC GBARLINE. If you want additional percentiles drawn, you may want to look into the ANNOTATE facility.

HTH, David -- David L. Cassell mathematical statistician Design Pathways 3115 NW Norwood Pl. Corvallis OR 97330

_________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


Back to: Top of message | Previous page | Main SAS-L page