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

 

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 2 replies
  • 562 views
  • 0 likes
  • 3 in conversation