Hello everyone,
How I do ANOVA in complex survey deign, how I do it using surveymeans, please help me with the code
Thanks
You can use Proc SURVEYREG.
but what I should write in the code to get the ANOVA ? or Wilcoxon
I only know how to get chisq I write
proc surveyfreq data=......;
tables ...../chisq;
run;
But what I should write in the code to get ANOVE and Wilcoxon
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.