mcdeloof | R Documentation |
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)
comparable_data |
A dataframe or equivalent, which columns are ordered factors or numeric variables. |
n.cores |
Number of cores to be used. |
A vector containing the average rank of all the observations (it is recommended to normalized it before use).
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.