gloveGameValue: Compute value of a coalition for a glove game

Description Usage Arguments Value Author(s) References Examples

View source: R/GloveGame.R

Description

Coalition value for a specified glove game:
For further information see gloveGame

Usage

1
gloveGameValue(S, L, R)

Arguments

S

numeric vector with coalition of players

L

numeric vector of players owning one left-hand glove each

R

numeric vector of players owning one right-hand glove each

Value

Number of matched pairs of gloves for given coalition S

Author(s)

Alexandra Tiukkel

Johannes Anwander anwander.johannes@gmail.com

Jochen Staudacher jochen.staudacher@hs-kempten.de

References

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

Examples

1
2
library(CoopGame)
gloveGameValue(S=c(1,2), L=c(1,2), R=c(3)) 

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