ranker: This function gets a data.frame and replaces each cell with...

View source: R/mltools.R

rankerR Documentation

This function gets a data.frame and replaces each cell with its rank among all the cells in its column.

Description

This function gets a data.frame and replaces each cell with its rank among all the cells in its column.

Usage

ranker(X)

Value

data.frame containing ranked values. Suffix _rank is added to each column header.

Fields

X

data.frame or matrix: Input table to be ranked


genpack/maler documentation built on Jan. 27, 2025, 1:23 p.m.