- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 06-03-2020 10:16 AM
(918 views)
Dear Respected:
I have the following data.
ID county latitude. longtuide cancer_incidence
01 kama 32.10 15.21 10.21
02 jima 22.30 22.10 6.2
...
etc
Now, I want to visualize the cancer_incidence of each county using the graph by considering the latitude and longitude so that I can get the correct shape of each county with their corresponding cancer-incidence. Dear, could you help me?
Thank you Very much.
Best Regards.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Try SGMAP?
Run through this example and then modify it to fit your data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
PROC SGMAP
and calling @GraphGuy
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Why do you want to use the coordinates? Isn't the county name sufficient?