apexGameValue: Compute value of a coalition for an apex game

Description Usage Arguments Value Author(s) References Examples

View source: R/ApexGame.R

Description

Coalition value for an apex game:
For further information see apexGame

Usage

1
apexGameValue(S, n, apexPlayer)

Arguments

S

numeric vector with coalition of players

n

represents the number of players

apexPlayer

specifies the number of the apex player

Value

value of coalition S

Author(s)

Alexandra Tiukkel

Jochen Staudacher jochen.staudacher@hs-kempten.de

References

Peters H. (2015) Game Theory: A Multi-Leveled Approach, 2nd Edition, Springer, pp. 164–165

Examples

1
2
3
4
5
6
7
8
library(CoopGame)
apexGameValue(c(1,2),3,2)


library(CoopGame)
apexGameValue(c(1,2,3,4),4,3)
# Output:
# [1] 1

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