majoritySingleVetoGameValue: Compute value of a coalition for a weighted majority game...

Description Usage Arguments Value Author(s) References Examples

View source: R/MajoritySingleVetoGame.R

Description

Coalition value for a weighted majority game with a single veto player:
For further information see majoritySingleVetoGame

Usage

1

Arguments

S

numeric vector with coalition of players

vetoPlayer

represents the veto player

Value

1 if vetoPlayer is included in S and S is not a singleton coalition, 0 otherwise

Author(s)

Michael Maerz

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)
majoritySingleVetoGameValue(S=c(1,2), vetoPlayer=1)

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