I need the U values of Mann-Whitney test, but the wilcox.test in R outputs only W values. I do not think they are identical, so here is my question - how to convert W to U?
Asked
Active
Viewed 46 times
0
-
1The help for the function (`?wilcox.test`) makes it clear that the W that is calculated there is the same as the most common definition of U. What's your definition for U and why do you think it differs from the W there? – Glen_b Apr 07 '14 at 00:06
-
@glen-b - I knew there was a similar question, but I could not find it. Thank you very much! – Iurie Apr 07 '14 at 07:33