gloveGameVector {CoopGame} | R Documentation |
Game vector for glove game:
For further information see gloveGame
gloveGameVector(n, L, R)
n |
represents the number of players |
L |
numeric vector of players owning one left-hand glove each |
R |
numeric vector of players owning one right-hand glove each |
Game vector of the specified glove game
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, pp. 155–156
library(CoopGame)
gloveGameVector(3, L=c(1,2), R=c(3))