rel_solve_repgames: Solves for all specified states the repeated game assuming...

Description Usage Value

View source: R/solve_rep.R

Description

Solves for all specified states the repeated game assuming the state is fixed

Usage

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
)

Value

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.


skranz/RelationalContracts documentation built on March 6, 2021, 11:54 a.m.