cardinalityGameVector: Compute game vector for a cardinality game

Description Usage Arguments Value Author(s) Examples

View source: R/CardinalityGame.R

Description

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

Usage

1

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

1
2
3
4
5
6
7
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

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