cardinalityGameValue {CoopGame} | R Documentation |
Compute value of a coalition for a cardinality game
Description
Coalition value for a cardinality game:
For further information see cardinalityGame
Usage
cardinalityGameValue(S)
Arguments
S |
numeric vector with coalition of players |
Value
The return value is the cardinality, i.e. the number of elements, of coalition S
Author(s)
Johannes Anwander anwander.johannes@gmail.com
Jochen Staudacher jochen.staudacher@hs-kempten.de
Examples
library(CoopGame)
S=c(1,2,4,5)
cardinalityGameValue(S)
[Package CoopGame version 0.2.2 Index]