This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to use R to achieve u test

Hello,I want to achieve the u test,but I can not find the related function in R to do it.Could anyone can tell me how to achieve u test using R?

u test r

1 answer

the function is called wilcox.test(), have a look at ?wilcox.test.

also remember you can use google for this kind of questions

I know wilcox.test(), it is rank test not u test.

I've moved this to an answer, hope you don't mind.

Thanks a lot!!!!

Log in to answer this question.