Solves for all specified states the repeated game assuming the state is fixed
1 2 3 4 5 6 7 | rel_solve_repgames(
g,
x = g$sdf$x,
overwrite = FALSE,
rows = match(x, g$sdf$x),
use.repgame.package = FALSE
)
|
Returns a game object that contains a field 'rep.games.df'. This data frame contains the relevant information to compute equilibrium payoffs and equilibria for all discount factors for all states.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.