Using PROC SGPLOT to Produce Box Plots with Contrasting Colours in SAS
January 7, 2015 Leave a comment
I previously explained the statistics behind box plots and how to produce them in R in a very detailed tutorial. I also illustrated how to produce side-by-side box plots with contrasting patterns in R.
Here is an example of how to make box plots in SAS using the VBOX statement in PROC SGPLOT. I modified the built-in data set SASHELP.CLASS to generate one that suits my needs.
The PROC TEMPLATE statement specifies the contrasting colours to be used for different classes. I also include code for exportingthe result into a PDF file using ODS PDF. (I used varying shades of grey to allow the contrast to be shown when printed in black and white.)

Recent Comments