matRank: Computes row- or columnwise ranks. Ties are adjusted with...

Description Usage Arguments Value

View source: R/cppHandlers.R

Description

Computes row- or columnwise ranks. Ties are adjusted with mean-values of given ranks (statistical tie handling).

Usage

1
matRank(x, margin = 1)

Arguments

x

Numeric Matrix or data.frame.

margin

Scalar giving the subscripts which the function will be applied over, such as in apply. 1 indicates rows (default), 2 indicates columns.

Value

Vector of row-/columnwise ranks.


spruenke/nboot documentation built on April 2, 2021, 3:10 p.m.