Hi all,
I try to run the syntax below to get % and 95%CI, please advise how to get save output (cleaner than what comes out from the syntax below) for multiple variables as below.
Thank you!
proc surveyfreq data=HCC_1 ;
tables x1 x2 x..10/ cl;
by DX_YEAR ;
run;
Please see this example: https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_surveyfreq_examples03.htm
Please see this example: https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_surveyfreq_examples03.htm
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.