find_best_candidates: Auxiliary Internal Functions
Description
Auxiliary Internal Functions
Usage
find_best_candidates(x, n, rank = TRUE)
Arguments
- x
Matrix with two columns: candidate ID (candidate) and utility (dist)
- n
Number of candidates to be nominated
- rank
Boolean: should nominated candidates be ranked? Defaults to TRUE.