gloveGameValue {CoopGame}R Documentation

Compute value of a coalition for a glove game

Description

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

Usage

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

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


[Package CoopGame version 0.2.2 Index]