divideTheDollarGameValue {CoopGame} | R Documentation |
Coalition value for a divide-the-dollar game:
For further information see divideTheDollarGame
divideTheDollarGameValue(S, n)
S |
numeric vector with coalition of players |
n |
represents the number of players |
value of coalition
Michael Maerz
Jochen Staudacher jochen.staudacher@hs-kempten.de
Jackson M.O. (2008) Social and Economic Networks, Princeton University Press, p. 413
library(CoopGame)
S <- c(1,2)
divideTheDollarGameValue(S, n = 3)