majoritySingleVetoGame: Construct a weighted majority game with a single veto player

Description Usage Arguments Value Related Functions Author(s) References Examples

View source: R/MajoritySingleVetoGame.R

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

1
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

1
2
library(CoopGame) 
majoritySingleVetoGame(n=3, vetoPlayer=1)

CoopGame documentation built on Aug. 24, 2021, 1:07 a.m.