Constructor for the results of a SafeRank experiment
new_SafeRankExpt(
rankNames = list(),
marginNames = list(),
countMethod = character(0),
rankMethod = character(0),
datasetName = character(0),
experimentalMethod = character(0),
countArgs = list(),
nseats = integer(0),
otherFactors = list(),
unitFactors = list()
)
object of class SafeRankExpt
colnames for per-candidate ranks
colnames for per-candidate margins
secondary factor: counting method e.g. "stv"
secondary factor: ranking method e.g. "elected"
secondary factor: name of the dataset of ballots
secondary factor: name of the method which simulated these elections e.g. "testFraction"
secondary factor: args passed to countMethod
secondary factor: number of seats to be filled
other secondary factors, e.g. parameters to experimentalMethod
per-unit factors derived from PRNG of the experimental harness, e.g describing the ballots randomly deleted during testDeletions