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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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