https://github.com/cran/StatRank
Raw File
Tip revision: d4865e6917c8a091e51445ebc91aab2f7d0abe1c authored by William Chen on 21 November 2013, 00:00:00 UTC
version 0.0.4
Tip revision: d4865e6
election6-data.R
#' This is a public election dataset collected by Nicolaus Tideman where the 
#' voters provided partial orders on candidates. A partial order includes
#' comparisons among a subset of alternative, and the non-mentioned alternatives
#' in the partial order are considered to be ranked lower than the lowest ranked
#' alternative among mentioned alternatives.
#'
#' @name Data.Election6
#' @docType data
#' @author Nicolaus Tideman
#' @title A6 Election Data
#' @usage data(Data.Election6)
NULL
back to top