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