eliminate_strategy: Eliminate a strategy from a normal-form game.

View source: R/eliminate_strategy.R

eliminate_strategyR Documentation

Eliminate a strategy from a normal-form game.

Description

eliminate_strategy() eliminates a strategy from a normal-form game defined by normal_form().

Usage

eliminate_strategy(game, player, eliminated)

Arguments

game

A normal-form game object created by normal_form().

player

A player one of whose strategies will be eliminated.

eliminated

A strategy to be eliminated. Case sensitive.

Details

This function eliminates a strategy from a normal-form game defined by norma_form(). For instance, you can remove a dominated strategy found by dom().

Value

A normal-form game object with the specified strategies eliminated.

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.