EMD {ConsRank} | R Documentation |
Emond and Mason data
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)
Source
Emond, E. J., & Mason, D. W. (2000). A new technique for high level decision support. Department of National Defence, Operational Research Division, pag. 28.
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
data(EMD)
CR=consrank(EMD[,1:15],EMD[,16],algorithm="quick")
[Package ConsRank version 2.1.4 Index]