unanimityGameVector {CoopGame} | R Documentation |
Game Vector for a specified unanimity game:
For further information see unanimityGame
unanimityGameVector(n, T)
n |
represents the number of players |
T |
represents coalition which is subset of grand coalition N and neccessary for generating value |
Game Vector where each element contains 1
if all players of coalition 'T' are included in 'S'
else 0
Johannes Anwander anwander.johannes@gmail.com
Jochen Staudacher jochen.staudacher@hs-kempten.de
Peleg B. and Sudhoelter P. (2007) Theory of cooperative games, 2nd Edition, Springer, p. 152
Maschler M., Solan E. and Zamir S. (2013) Game Theory, Cambridge University Press, p. 764
library(CoopGame)
unanimityGameVector(n=3,T=c(2))