data50x15: Simulated 50 X 15 Data

data50x15R Documentation

Simulated 50 \times 15 Data

Description

Data of 50 objects and 15 attributes, which were randomly generated from the 100 \times 15 simulated dataset (see data100x15). The first column contains the object names and each subsequent column is a complete ranking of the 50 objects.

Usage

data(data50x15)

Format

A data frame with 50 rows and 16 columns:

Object

object name

Ranking 1

ranking on the first attribute

Ranking 2

ranking on the second attribute

Ranking 3

ranking on the third attribute

Ranking 4

ranking on the fourth attribute

Ranking 5

ranking on the fifth attribute

Ranking 6

ranking on the sixth attribute

Ranking 7

ranking on the seventh attribute

Ranking 8

ranking on the eigth attribute

Ranking 9

ranking on the ninth attribute

Ranking 10

ranking on the tenth attribute

Ranking 11

ranking on the eleventh attribute

Ranking 12

ranking on the twelfth attribute

Ranking 13

ranking on the thirteenth attribute

Ranking 14

ranking on the fourteenth attribute

Ranking 15

ranking on the fifteenth attribute

Source

Badal, P. S., & Das, A. (2018). Efficient algorithms using subiterative convergence for Kemeny ranking problem. Computers & Operations Research, 98, 198-210. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.cor.2018.06.007")}

Examples

data(data50x15)
input_rkgs <- t(as.matrix(data50x15[, -1]))
obj_names <- data50x15[,1]

# Determine the mean seed ranking
mean_seed(input_rkgs)

RankAggSIgFUR documentation built on July 9, 2023, 7:26 p.m.