Mapping In SAS
November 10, 2016
Color coded maps by spacial representation of zip code can be used to visually show count data. The map above of Louisiana shows the number of members with a particular disease in the network. The following SAS code is an example of creating a zip map. /* Used to create zip maps */ proc … More Mapping In SAS
