- votes
A set of ballots, as in
vote_2.3.2
- countMethod
"stv" (default) or "condorcet"
- countArgs
List of args to be passed to 'countMethod' (in addition to
'votes')
- dstart
Number of ballots in the first ballot-count (selected at random
from 'votes', without replacement)
- dinc
Number of ballots to be deleted in subsequent steps
- dlimit
Maximum number of ballots to delete (in addition to 'dstart')
- drep
Maximum number of elections (required if 'dinc=0')
- rankMethod
"safeRank" (default), "elected", or "rank". "rank" is
a total ranking of the candidates, with ties broken at random. "elected"
assigns rank=1 to elected candidates, rank=2 for eliminated candidates.
- exptName
stem-name of experimental units e.g. "E". If 'NULL', then
a 3-character string of capital letters is chosen at random.
- equiet
TRUE to suppress all experimental output
- everbose
TRUE to produce diagnostic output from the experiment