dictatorGameValue: Compute value of a coalition for a dictator game

Description Usage Arguments Value Author(s) References Examples

View source: R/DictatorGame.R

Description

Coalition value for a dictator game:
For further information see dictatorGame

Usage

1
dictatorGameValue(S, dictator)

Arguments

S

numeric vector with coalition of players

dictator

Number of the dictator

Value

1 if dictator is involved in coalition, 0 otherwise.

Author(s)

Johannes Anwander anwander.johannes@gmail.com

Jochen Staudacher jochen.staudacher@hs-kempten.de

References

Peters H. (2015) Game Theory: A Multi-Leveled Approach, 2nd Edition, Springer, p. 295

Maschler M., Solan E. and Zamir S. (2013) Game Theory, Cambridge University Press, p. 764

Examples

1
2
library(CoopGame)
dictatorGameValue(S=c(1,2,3),dictator=2)

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