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