powered by
Game vector for a cardinality game: For further information see cardinalityGame
cardinalityGameVector(n)
represents the number of players
Game vector for the cardinality game
# NOT RUN { library(CoopGame) cardinalityGameVector(n=3) # } # NOT RUN { library(CoopGame) (v <- cardinalityGameVector(n=4)) #[1] 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 # } # NOT RUN { # }
Run the code above in your browser using DataLab