SAS Procedures
Creating waterfall plots in SAS using PROC GCHART
March 17, 2012 Leave a response Shortlink
Recently, I needed to create a waterfall plot couldn’t use PROC SGPLOT since it was incompatible with publishing macros that use PROC GREPLAY on the platform that I was using; SGPLOT doesn’t generate plots in SAS catalogs but directly creates [...]
Creating a Data Set Containing Confidence Intervals Using PROC UNIVARIATE
September 5, 2010 Leave a response Shortlink
While you could generate data sets containing means and confidence intervals using PROC SUMMARY or PROC MEANS, curiosity and the need to verify a program using a different technique were what drove me to consider using PROC UNIVARIATE for the [...]