[R] check for difference.

R. Michael Weylandt michael.weylandt at gmail.com
Tue Apr 24 01:36:44 CEST 2012


Lists of numbers of length ~1000 are no problem for the wilcox.test()
function (Mann-Whitney is a special case) if you leave the default
exact = NULL.

The choice of test is all yours.

Michael

On Mon, Apr 23, 2012 at 12:39 PM, aoife doherty <aaral.singh at gmail.com> wrote:
> Hello
> I have two lists of numbers, each list is ~800 numbers long. I want to know
> if the two lists are significantly different from each other.
> Could anyone suggest what library in R to use?
>
> I think maybe the mann-whitney test, as it is not parametric, but i am
> unsure if it is suitable as my list of items are so long.So i am unsure
> which library would suit best.
>
> Aaral.
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list