twodim_voting: twodim_voting

Usage Format

Usage

1

Format

This dataset gives an example of a truly two-dimensional voting system twodim_voting <- data.frame( row.names = c("A", "B", "C", "D", "E", "F", "G"), I1 = c(1, 1, 0, 0, 0, 0, 0), I2 = c(1, 1, 1, 0, 0, 0, 0), I3 = c(0, 0, 1, 1, 0, 0, 1), I4 = c(0, 1, 1, 1, 0, 0, 1), I5 = c(1, 1, 1, 1, 0, 0, 0) )


mauriciogtec/minHomVoting documentation built on May 21, 2019, 1:37 p.m.