powered by
Compute the average with using Deloof's approximation, using parallel computing; it can be used only on Linux and Mac systems!
mcdeloof(comparable_data, n.cores)
A vector containing the average rank of all the observations (it is recommended to normalized it before use).
A dataframe or equivalent, which columns are ordered factors or numeric variables.
Number of cores to be used.
Caperna, G., 2019. Approximation of AverageRank by means of a formula. https://doi.org/10.5281/zenodo.2565699
AR = mcdeloof(deloof_data, n.cores = 1)
Run the code above in your browser using DataLab