ranksum: Rank sum of a matrix where larger statistics have stronger...

View source: R/ranksum.R

ranksumR Documentation

Rank sum of a matrix where larger statistics have stronger rank

Description

Rank sum of a matrix. Larger statistics have stronger rank.

Usage

ranksum(mat, nsim = 1e+07 - 2, reorder.rows = TRUE, prefix = NULL, seed = 100)

Arguments

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. NULL does not add a prefix.

seed

Random seed.

Value

Data frame with statistics from rank sum test.


jdreyf/jdcbioinfo documentation built on May 1, 2024, 4:36 a.m.