deloof: Average rank with Deloof's approximation

View source: R/deloof.R

deloofR Documentation

Average rank with Deloof's approximation

Description

Compute the average with using Deloof's approximation.

Usage

deloof(comparable_data)

Arguments

comparable_data

A dataframe or equivalent, which columns are ordered factors or numeric variables.

Value

A vector containing the average rank of all observations (it is recommended to normalized it before use).

References

Caperna, G., 2019. Approximation of AverageRank by means of a formula. https://doi.org/10.5281/zenodo.2565699

Examples

AR = deloof(deloof_data)


MARMoT documentation built on May 29, 2024, 9:56 a.m.