R/solve_seq_char.R
solve_seq_char.Rd
solve_seq_char()
finds the subgame perfect equilibrium
outcomes when payoff functions are provided as character strings.
solve_seq_char(game, precision = 1L, quietly = FALSE)
A "sequential_form" class object created by seq_form()
.
A natural number specifying the precision of numerical approximation. The value n approximately means that the approximation is correct up to the Nth decimal place. The default value is 1.
A logical value to determine if the equilibrium will be kept in the returned list
without being printed on screen. Default is FALSE
.
A list containing the Nash equilibrium (NE) outcomes and the plot of best response correspondences.