Learn R Programming

elec (version 0.1.2.2)

countVotes: countVotes

Description

Given a elec.data object, count the votes as reported and determine winner(s) and loser(s).

Usage

countVotes(Z)

Arguments

Z

the elec.data object.

Value

Updated 'Z' matrix with the total votes as components inside it.

Examples

Run this code
# NOT RUN {
  Z = make.cartoon()
  ## Take away 20 percent of C1's votes.
  Z$V$C1 = Z$V$C1 * 0.8
  ## Count again to find winner.
  Z = countVotes(Z)
  Z

# }

Run the code above in your browser using DataLab