View source: R/signed_ranksum.R
signed_ranksum | R Documentation |
Signed rank sum of a matrix. Larger statistics have stronger rank in the same direction.
signed_ranksum(
mat,
nsim = 1e+07 - 2,
reorder.rows = TRUE,
prefix = NULL,
seed = 100
)
mat |
Numeric matrix with columns holding statistics per comparison & rows are analytes. |
nsim |
Numeric number of simulations. |
reorder.rows |
Logical, should rows be reordered by p-value? |
prefix |
Character string to add to beginning of column names. |
seed |
Random seed. |
Data frame with statistics from signed rank sum test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.