dictatorGameVector {CoopGame} | R Documentation |
Game vector for a dictator game:
For further information see dictatorGame
dictatorGameVector(n, dictator)
n |
represents the number of players |
dictator |
Number of the dictator |
Game vector where each element contains 1
if dictator is involved, 0
otherwise.
Johannes Anwander anwander.johannes@gmail.com
Jochen Staudacher jochen.staudacher@hs-kempten.de
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
library(CoopGame)
dictatorGameVector(n=3,dictator=2)