df_rank: Rank numeric variables of a data frame.

df_rankR Documentation

Rank numeric variables of a data frame.

Description

Returns a data.frame where numeric variables have been converted to their ranks.

Usage

df_rank(df, ...)

Arguments

df

(data frame) A data.frame.

...

Other parameters for rank.

Examples

head(df_rank(iris)) #rank iris data. Automatically skips non-numeric columns.

Deleetdk/kirkegaard documentation built on May 8, 2024, 12:27 a.m.