/* In proc npar1way, when Wilcoxon is done for more than two groups it is the Kruskal-Wallis test. */ proc npar1way wilcoxon data=ma2612.muco; class group; var htmc; exact; run;