Description Usage Arguments Value Author(s) References Examples
View source: R/MajoritySingleVetoGame.R
Coalition value for a weighted majority game with a single veto player: 
For further information see majoritySingleVetoGame
| 1 | majoritySingleVetoGameValue(S, vetoPlayer)
 | 
| S | numeric vector with coalition of players | 
| vetoPlayer | represents the veto player | 
1 if vetoPlayer is included in S and 
S is not a singleton coalition, 0 otherwise
Michael Maerz
Jochen Staudacher jochen.staudacher@hs-kempten.de
Jackson M.O. (2008) Social and Economic Networks, Princeton University Press, p. 415
| 1 2 | library(CoopGame)
majoritySingleVetoGameValue(S=c(1,2), vetoPlayer=1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.