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)
A "sequential_form" class object created by seq_form()
.
A logical value. If TRUE
, the table of the game will
be displayed. Default is TRUE
.
A logical value. If TRUE
, the follower's best response
to each of the leader's strategy is marked. Default is FALSE
.
A logical value that determines whether the equilibrium will
be kept in the returned list without being printed on screen. Default is
FALSE
.
A list containing Nash equilibrium (NE) outcome and the gt table of the game.