I’ve been fortunate to see a lot of the US through my work with SAS users groups. My latest trip was to Fort Worth, Texas, where I saw my first rodeo and attended the South Central SAS Users Group (SCSUG) Educational Forum.
I’ve been fortunate to see a lot of the US through my work with SAS users groups. My latest trip was to Fort Worth, Texas, where I saw my first rodeo and attended the South Central SAS Users Group (SCSUG) Educational Forum.
The heatmap is a graphical representation of a table where colors are used to represent the values in the table. This is an effective graphic for finding the minimum and maximum values across the table and may surface patterns in the data. With the addition of the HEATMAPPARM statement to
Here's a quick tip to keep in mind when you write SAS/IML programs: although the SAS/IML documentation lists about 300 functions that are built into the SAS/IML language, you can also call hundreds of functions in Base SAS. Furthermore, you can pass in SAS/IML vectors for arguments to the functions.