Hey SAS community,
I'm trying to figure out what kind of analysis I should perform/is it possible to determine if there is a correlation between state mortality rates for a condition and the proportion of a state population that has a characteristic.
I have my dataset set up like this:
State Year Deaths Total_Population Mortality_rate Percent_of_Population_with_Characteristic
what should I do?
proc corr
Art, CEO, AnalystFinder.com
ALWAYS start your analysis at the basics.
Do some summary tables so you understand the distributions and create graphs that show the trends over time overall and for the different states.
You can't do a basic linear regression because need to account for the multiple measurements at each state, PROC GLM. I think this is similar to your problem:
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.
Ready to level-up your skills? Choose your own adventure.