rel_is_eq_rne: Checks if an equilibrium eq with negotiation payoffs is an...

Description Usage

View source: R/rne_from_actions.R

Description

We simply solve the truncated game with r1 and r2 and check whether the resultig r1 and r2 are the same

Usage

1
2
3
4
5
6
7
8
rel_is_eq_rne(
  g,
  eq = g[["eq"]],
  r1 = eq$r1,
  r2 = eq$r2,
  r.tol = 1e-10,
  verbose = TRUE
)

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