BookmarkSubscribeRSS Feed
epi_econ_code
Fluorite | Level 6

Coordinates Not Being Displayed in proc gmap  PROC GMAP color change by level  CHORO and ANNOTATE combination I have a USA map ready with the default PROC GMAP settings categorized based on the tertile of a service need in the US.

 

I used the following code:

proc gmap data = data2019 map=maps.us;
id state;
choro service_need_tertile;
run;
quit;

 

Now, I have the count of facilities in each of the US that is present to fulfil that service need. I have to add that information on the map; where one dot should represent one facility in that state (similar to the second attached graph with red and green color)

Any help in accomplishing this task will be helpful. The name to the variable that gives the count is SERVICE_COUNT

 

 

 

MY current mapMY current mapWhat I want to achieveWhat I want to achieve

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 0 replies
  • 372 views
  • 0 likes
  • 1 in conversation