View source: R/rne_from_actions.R
We simply solve the truncated game with r1 and r2 and check whether the resultig r1 and r2 are the same
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
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.