Learn R Programming

ConsRank (version 2.0.0)

EMD:

Description

Data simuated by Emond and Mason to check their branch-and-bound algorithm. There are 112 voters ranking 15 objects. There are 21 uncomplete rankings. Data are in form of frequency table.

Usage

data(EMD)

Arguments

References

Emond, E. J., & Mason, D. W. (2000). A new technique for high level decision support. Department of National Defence, Operational Research Division, pag. 28.

Examples

Run this code
data(EMD)
CR=QuickCons(EMD[,1:15],EMD[,16])

Run the code above in your browser using DataLab