completeRankingTable {SafeVote} | R Documentation |
internal method to analyse the partial results of an stv() ballot count, to discover a complete ranking of all candidates. The ranking may depend on the value of nseats, because this affects how votes are transferred.
Description
internal method to analyse the partial results of an stv() ballot count, to discover a complete ranking of all candidates. The ranking may depend on the value of nseats, because this affects how votes are transferred.
Usage
completeRankingTable(object, quiet, verbose)
Arguments
object |
partial results |
quiet |
TRUE to suppress console output |
verbose |
TRUE to produce diagnostic output |
Value
data.frame with columns TotalRank, Margin, Candidate, Elected, SafeRank
[Package SafeVote version 1.0.0 Index]