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)
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
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.