cardinalityGameValue: Compute value of a coalition for a cardinality game

Description Usage Arguments Value Author(s) Examples

View source: R/CardinalityGame.R

Description

Coalition value for a cardinality game:
For further information see cardinalityGame

Usage

1

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

1
2
3
library(CoopGame)
S=c(1,2,4,5)
cardinalityGameValue(S)

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