BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Does anyone know how to put the values for the 25th, 50th, 75th percentiles inside the box plot?
I'm interested in putting the values on the 3 horizontal lines of the box.
If this is not possible then somewhere near the box is fine.
Thanks,
Jason

symbol1 interpol=BOXFT00 color=blue width=3 bwidth=2 value=circle cv=white height=1;
proc gplot data=dat;
plot datediff*c ;
1 REPLY 1
ChrisNZ
Tourmaline | Level 20
You'll have to create an annotate dataset for that:
1- calculate the percentiles
2- create the annotate dataset using XSYS and YSYS ='2'
3- plot

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 746 views
  • 0 likes
  • 2 in conversation