I all, is there a way with R to perform an exact permutation test to replace the wilcoxon test to compare paired series and/or to perform pairwise multiple comparisons for related series after a Friedman test ? Thanks Gilles
Permutation exact test to compare related series
3 messages · LE PAPE Gilles, Michael Lawrence, David Winsemius
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081208/c623496a/attachment.pl>
Perhaps you will find useful code in the examples for freidman_test within package coin. They offer an implementation of the Wilcoxon- Nemenyi-McDonald-Thompson test.
David Winsemius On Dec 8, 2008, at 6:15 AM, LE PAPE Gilles wrote: > I all, > is there a way with R to perform an exact permutation test to > replace the wilcoxon test to compare paired series and/or to perform > pairwise multiple comparisons for related series after a Friedman > test ? > Thanks > Gilles > > ______________________________________________ > 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.