View source: R/eliminate_strategy.R
| eliminate_strategy | R Documentation |
eliminate_strategy() eliminates a strategy from a
normal-form game defined by normal_form().
eliminate_strategy(game, player, eliminated)
game |
A normal-form game object created by |
player |
A player one of whose strategies will be eliminated. |
eliminated |
A strategy to be eliminated. Case sensitive. |
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().
A normal-form game object with the specified strategies eliminated.
Yoshio Kamijo and Yuki Yanai yanai.yuki@kochi-tech.ac.jp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.