divideTheDollarGameValue: Compute value of a coalition for a divide-the-dollar game

Description Usage Arguments Value Author(s) References Examples

View source: R/DivideTheDollarGame.R

Description

Coalition value for a divide-the-dollar game:
For further information see divideTheDollarGame

Usage

1

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

1
2
3
library(CoopGame)
S <- c(1,2)
divideTheDollarGameValue(S, n = 3)

CoopGame documentation built on Aug. 24, 2021, 1:07 a.m.