dom: Find dominated or dominant strategies in a normal-form game

View source: R/dom.R

domR Documentation

Find dominated or dominant strategies in a normal-form game

Description

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

Usage

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(s)

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


yukiyanai/rgamer documentation built on June 14, 2024, 7:38 p.m.