deloof {MARMoT} | R 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)
[Package MARMoT version 0.0.4 Index]