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
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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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