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