eq_outcomes: Return a data frame of all equilibrium outcomes

Description Usage Arguments Details See Also

View source: R/game.r

Description

If we have mixed strategies or moves of nature an equilibrium outcome will consist of several rows. One row for each pure outcome that occurs with positive probability.

Usage

1
eq_outcomes(game, add.move.probs = FALSE)

Arguments

game

the game object for which previously equilibria were computed e.g. with game_solve.

add.move.probs

if TRUE add for each action (and move of nature) the probability that the actual value has been chosen in the corresponding information set (node).

Details

Typically eq_expected_outcomes will deliver a version that is easier to read. It will take expected values and reduce each outcome to one row.

Yet eq_outcomes may be more useful for automatical analysis.

See Also

Other eq: eq_cond_expected_outcomes, eq_cond_outcomes, eq_expected_outcomes, eq_li, eq_tables, game_gambit_solve_qre, game_gambit_solve, game_solve_spe

Other eq: eq_cond_expected_outcomes, eq_cond_outcomes, eq_expected_outcomes, eq_li, eq_tables, game_gambit_solve_qre, game_gambit_solve, game_solve_spe


skranz/gtree documentation built on March 27, 2021, 6:03 a.m.