BookmarkSubscribeRSS Feed
SChander1
Calcite | Level 5

Hi everyone,

 

I want to see the association between two variables in sas individually (Hypertension with age) and then with all selected variables (Hypertension with age, dm, colon cancer, heard disease etc) . Please guide me for any code in sas.

 

Thanks,

 

1 REPLY 1
Ksharp
Super User

Association is for category variables (check PROC FREQ with Chisq Option).

Correlation(Linear) is for continuous variables (check PROC CORR with Pearson / Spearman Option)

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 924 views
  • 2 likes
  • 2 in conversation