How to do mapping in SAS using data with variable county, and states
You have to be way more specific than this. Show us your data and the code you have tried..
Maybe you are referring to look-ups?
Country code -> Country Name and Continent etc?
There are a lot of differnet techniques, which one to chose depends on your requirements/constraints, skill level etc:
- User defined formats
- SQL join/sub-query
- Hash table look-up in data step
- ...
SGMAP?
https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grmapref/p0posjqhzkf0xkn0zz0i8b1iq4fz.htm
Various examples of SGMAP
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.