unanimityGameValue {CoopGame}R Documentation

Compute value of a coalition for a unanimity game

Description

Coalition value for a specified unanimity game:
For further information see unanimityGame

Usage

unanimityGameValue(S, T)

Arguments

S

numeric vector with coalition of players

T

represents coalition which is subset of grand coalition N and neccessary for generating value

Value

1 if all players of coalition T are included in S, else 0

Author(s)

Jochen Staudacher jochen.staudacher@hs-kempten.de

Johannes Anwander anwander.johannes@gmail.com

References

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

Examples

library(CoopGame)
unanimityGameValue(S=c(1,2,3),T=c(2))


[Package CoopGame version 0.2.2 Index]