MWC | R Documentation |
This function determines the minimal winning coalitions in a weighted majority game.
MWC(quota, weights)
quota |
Numerical value that represents the majority in a given voting. |
weights |
Numerical vector of dimension |
Number of Minimal Winning Coalitions |
Total amount of Minimal Winning Coalitions. |
Minimal Winning Coalitions |
Each row indicates a binary representation of each Minimal Winning Coalition. |
Livino M. Armijos-Toro, Jose M. Alonso-Meijide, Manuel A. Mosquera, Alejandro Saavedra-Nieves.
weights<-c(137,85,71,32,9,8,5,2,1)
quota<-176
MWC(quota,weights)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.