BookmarkSubscribeRSS Feed
nursienurse
Calcite | Level 5

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? 

 

2 REPLIES 2
art297
Opal | Level 21

proc corr

 

Art, CEO, AnalystFinder.com

 

Reeza
Super User

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:

 

https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_glm_sect036...

 

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 927 views
  • 0 likes
  • 3 in conversation