majoritySingleVetoGame {CoopGame} | R Documentation |
Construct a weighted majority game with a single veto player
Description
Create a list containing
all information about a specified weighted majority game with a single veto player:
If coalition S
has at least 2 members and if the veto player is part of the
coalition it generates a value of 1
, otherwise 0
.
Note that weighted majority games with a single veto player are always simple games.
Usage
majoritySingleVetoGame(n, vetoPlayer)
Arguments
n |
represents the number of players |
vetoPlayer |
represents the veto player |
Value
A list with three elements representing the specified weighted majority game with a single veto player (n, vetoPlayer, Game vector v)
Related Functions
majoritySingleVetoGameValue, majoritySingleVetoGameVector
Author(s)
Jochen Staudacher jochen.staudacher@hs-kempten.de
References
Jackson M.O. (2008) Social and Economic Networks, Princeton University Press, p. 415
Examples
library(CoopGame)
majoritySingleVetoGame(n=3, vetoPlayer=1)
[Package CoopGame version 0.2.2 Index]