Description Usage Arguments Details Value Author(s) See Also
Computes either the Wilcoxon Rank Sum or Signed Rank Statistics for all rows of a matrix simultaneously.
1 | rowWilcoxon(X, cl, rand = NA)
|
X |
a matrix in which each row corresponds to a variable, and each column to an observation/sample. |
cl |
a numeric vector consisting of ones and zeros. The length of
|
rand |
Sets the random number generator into a reproducible state.
Ignored if Wilcoxon rank sums are computed, or |
If there are ties, then the ranks of the observations belonging to the same group of tied observations will be set to the maximum rank available for the corresponding group.
A numeric vector containing Wilcoxon rank statistics for each row of X
.
Holger Schwender, holger.schw@gmx.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.