GenerateExampleTopQ {rankdist} | R Documentation |
Generate simple examples of top-q rankings
Description
This function generates simple examples for illustrative proposes. The sample contains the top-3 rankings of five objects and the underlying model is a weighted Kendall distance model with default weights set to (0.7,0.5,0.3,0) and modal ranking set to (1,2,3,4,4)
Usage
GenerateExampleTopQ(central = c(1, 2, 3, 4, 4), w = c(0.7, 0.5, 0.3, 0))
Arguments
central |
The modal ranking. |
w |
The weights in the model. |
[Package rankdist version 1.1.4 Index]