Learn R Programming

CoopGame (version 0.2.2)

divideTheDollarGameValue: 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

References

Jackson M.O. (2008) Social and Economic Networks, Princeton University Press, p. 413

Examples

Run this code
# NOT RUN {
library(CoopGame)
S <- c(1,2)
divideTheDollarGameValue(S, n = 3)

# }

Run the code above in your browser using DataLab