solve_seq_matrix: Find Nash equilibria of a sequential-form game.

View source: R/solve_seq_matrix.R

solve_seq_matrixR Documentation

Find Nash equilibria of a sequential-form game.

Description

solve_seq_matrix() finds subgame perfect equilibria of a sequential-form (an extensive-form) game with discrete-choice strategies.

Usage

solve_seq_matrix(game, show_table = TRUE, mark_br = FALSE, quietly = FALSE)

Arguments

game

A "sequential_form" class object created by seq_form().

show_table

A logical value. If TRUE, the table of the game will be displayed. Default is TRUE.

mark_br

A logical value. If TRUE, the follower's best response to each of the leader's strategy is marked. Default is FALSE.

quietly

A logical value that determines whether the equilibrium will be kept in the returned list without being printed on screen. Default is FALSE.

Value

A list containing Nash equilibrium (NE) outcome and the gt table of the game.

Author(s)

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

See Also

seq_form


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