PROC UNIVARIATE
Calculating geometric means using SAS
March 19, 2012 Leave a response Shortlink
Recently, I needed to calculate geometric means after a break of a number of years and ended racking a weary brain until it was brought back to me. In order that I am not in the same situation again, I [...]
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 [...]