Skip to content
Prev 273620 / 398506 Next

Wilcox Test / Mann Whitney U Test

So I checked it with the wilcox_test in the coin library, and got the
same result.  That makes me more confident that I made a mistake, but
still doesn't help me find it

d = data.frame(value=c(dropouts,remain),group=c(rep("dropout",length(dropouts)),rep("remain",length(remain))))
wilcox_test(value~group,data=d)

Sam
On Thu, Oct 6, 2011 at 10:35 AM, Sam Stewart <rhelp.stats at gmail.com> wrote: