apexGameValue {CoopGame} | R Documentation |
Coalition value for an apex game:
For further information see apexGame
apexGameValue(S, n, apexPlayer)
S |
numeric vector with coalition of players |
n |
represents the number of players |
apexPlayer |
specifies the number of the apex player |
value of coalition S
Alexandra Tiukkel
Jochen Staudacher jochen.staudacher@hs-kempten.de
Peters H. (2015) Game Theory: A Multi-Leveled Approach, 2nd Edition, Springer, pp. 164–165
library(CoopGame)
apexGameValue(c(1,2),3,2)
library(CoopGame)
apexGameValue(c(1,2,3,4),4,3)
# Output:
# [1] 1