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,
Association is for category variables (check PROC FREQ with Chisq Option).
Correlation(Linear) is for continuous variables (check PROC CORR with Pearson / Spearman Option)
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.