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

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 486 views
  • 0 likes
  • 1 in conversation