Skip to contents

Compute columm ranks for sparse matrix. Internally used by colranks()

Usage

sparse_colranks(X, signed = FALSE, ties.method = "average")

Arguments

X

Input matrix

signed

Logical: use or not signed ranks

ties.method

Character Choice of ties.method

Value

Sparse matrix of columnwise ranks with same dimensions as input.