[R] Wilcoxon Rank-Sum Test with Bonferroni's correction

Raj, Towfique trajnp at gmail.com
Mon Sep 11 15:14:01 CEST 2006


Dear all,

I am trying to run Wilcoxon Rank-Sum Test with Bonferroni's
correction. I have two lists: l0, l1:

mapply(function(x,y)wilcox.test(x,y)$p.value, l0, l1)

How do I run Bonferroni's correction on mapply? Any help is much apperciated.
Thanks,

-Raj



More information about the R-help mailing list