cardinalityGameVector {CoopGame}R Documentation

Compute game vector for a cardinality game

Description

Game vector for a cardinality game:
For further information see cardinalityGame

Usage

cardinalityGameVector(n)

Arguments

n

represents the number of players

Value

Game vector for the cardinality game

Author(s)

Johannes Anwander anwander.johannes@gmail.com

Jochen Staudacher jochen.staudacher@hs-kempten.de

Examples

library(CoopGame)
cardinalityGameVector(n=3)


library(CoopGame)
(v <- cardinalityGameVector(n=4))
#[1] 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4



[Package CoopGame version 0.2.2 Index]