dom() finds each player's (weakly) dominated or (weakly) dominant strategies.

dom(game, type = "dominated", quietly = FALSE)

Arguments

game

An object of "normal_form" class created by normal_form(). The game's type must be "matrix".

type

Which to be found, "dominated" or "dominant". Default is "dominated".

quietly

If TRUE, the message telling dominated (or dominant) strategies will not be shown. Default is FALSE.

Value

A list of dominated and weakly dominated strategies or a list of dominant and weakly dominant strategies.

Author

Yoshio Kamijo and Yuki Yanai yanai.yuki@kochi-tech.ac.jp