reached_quorums {proporz} | R Documentation |
Apply a list of quorum functions to a votes matrix
Description
Apply a list of quorum functions to a votes matrix
Usage
reached_quorums(votes_matrix, quorum_funcs)
Arguments
votes_matrix |
votes matrix |
quorum_funcs |
List of quorum functions. If list, the attribute "type"
must be set which indicates whether This is a low-level implementation for quorum calculations and is
called within |
Value
boolean vector with length equal to the number of lists/parties
(votes_matrix
rows) whether they reached the quorum or not
See Also
quorum_all()
, quorum_any()
to create a list of quorum functions.
[Package proporz version 1.5.0 Index]