R/Condorcet.R

Defines functions Condorcet

Documented in Condorcet

#' @title Condorcet Voting
#' @description Condorcet Voting.
#' @export
#' @importFrom Rcpp evalCpp
Condorcet <- function() {
  .Call('SciencesPoCondorcet', PACKAGE = 'SciencesPo')
}

Try the SciencesPo package in your browser

Any scripts or data that you put into this service are public.

SciencesPo documentation built on May 29, 2017, 9:28 p.m.