Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!psuvax1!psuvm!VCUVAX!HAMER From: HAMER@VCUVAX.BITNET (ROBERT M. HAMER) Newsgroups: bit.listserv.sas-l Subject: RE: U-Mann-Whitney test Message-ID: Date: 7 Feb 90 13:55:00 GMT Sender: "SAS(r) Discussion" Reply-To: "ROBERT M. HAMER" Lines: 9 Approved: NETNEWS@PSUVM Gateway Original_To: NET%"OMP011@DE0HRZ1A.BITNET" Original_cc: BITNET%"sas-l@vtvm2" paul joachim elz schribt: >i have the problem to do a u-test ( developed by Mann and Whitney) on >unbalanced groups. does anybody have already solved that problem and >a working sas program for it ? Or where could I look in ? A Mann-Whitney U test is a transformation of a Wilcoxon Rank-Sum test. The two tests test equivelent hypotheses and produce the same p-value with the same data. PROC NPAR1WAY does the Wilcoxon Rank-Sum test.