majoritySingleVetoGameVector {CoopGame} | R Documentation |
Compute game vector for a weighted majority game with a single veto player
Description
Game vector for a weighted majority game with a single veto player:
For further information see majoritySingleVetoGame
Usage
majoritySingleVetoGameVector(n, vetoPlayer)
Arguments
n |
represents the number of players |
vetoPlayer |
represents the veto player |
Value
Game Vector where each elements contains 1
if vetoPlayer is included
in S
and S
is not a singleton coalition, 0
otherwise
Author(s)
Michael Maerz
References
Jackson M.O. (2008) Social and Economic Networks, Princeton University Press, p. 415
Examples
library(CoopGame)
majoritySingleVetoGameVector(n=3, vetoPlayer=1)
[Package CoopGame version 0.2.2 Index]