Last chance! 50% off unlimited learning
Sale ends in
Game vector for glove game: For further information see gloveGame
gloveGameVector(n, L, R)
represents the number of players
numeric vector of players owning one left-hand glove each
numeric vector of players owning one right-hand glove each
Game vector of the specified glove game
Peters H. (2015) Game Theory: A Multi-Leveled Approach, 2nd Edition, Springer, pp. 155--156
# NOT RUN {
library(CoopGame)
gloveGameVector(3, L=c(1,2), R=c(3))
# }
Run the code above in your browser using DataLab