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

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.

See also

Author

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