GenerateExampleTopQ: Generate simple examples of top-q rankings

Description Usage Arguments

View source: R/rankdist.R

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

1
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.


rankdist documentation built on July 28, 2019, 1:02 a.m.