returns
Syntax
Input
idList | list of ids |
voteList | list of votes |
Output
vote | most frequent vote in voteList(idList == id) for each id |
numVotes | number occurences of vote in voteList(idList == id) for each id |
Options
strict | only assign a vote if all votes coincide, otherwise set in to nan |