Tag: proc mds

Creating your own customized graphs for SAS analytic procedures

In recent releases of SAS, you can use Output Delivery System graphics or ‘ODS graphics on’ to produce nice graphical output for most of the analytic procedures. These default graphs are nice, but when you want your graphs to look “a certain way” SAS also lets you create your own custom graphs! […]

The post Creating your own customized graphs for SAS analytic procedures appeared first on The SAS Training Post.

Multidimensional scaling for clustering ZIP codes

Multidimensional scaling maps the distances among multiple objects in a two or more dimensional space. This method is getting hotter in analyzing social network, since many SNS website now offer handy tools to visualize the social connections for the …