solve_seq_char: Find subgame perfect equilibria outcome of a sequential-form...

View source: R/solve_seq_char.R

solve_seq_charR Documentation

Find subgame perfect equilibria outcome of a sequential-form game (extensive form game) with payoffs defined by character strings

Description

solve_seq_char() finds the subgame perfect equilibrium outcomes when payoff functions are provided as character strings.

Usage

solve_seq_char(game, precision = 1L, quietly = FALSE)

Arguments

game

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

precision

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.

quietly

A logical value to determine if the equilibrium will be kept in the returned list without being printed on screen. Default is FALSE.

Value

A list containing the Nash equilibrium (NE) outcomes and the plot of best response correspondences.

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.