Learn R Programming

MARMoT (version 0.0.4)

deloof: Average rank with Deloof's approximation

Description

Compute the average with using Deloof's approximation.

Usage

deloof(comparable_data)

Value

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

Arguments

comparable_data

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

References

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

Examples

Run this code
AR = deloof(deloof_data)

Run the code above in your browser using DataLab