eq_expected_outcomes: Return a data frame of expected equilibrium outcomes

Description Usage Arguments Details See Also

View source: R/game.r

Description

Each row will describe a possible expected equilibrium outcome. For numerical variables like payoff_1 the expected value on the equilibrium path is returned.

Usage

1
eq_expected_outcomes(game, like.factor = NULL)

Arguments

game

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

like.factor

an optional character vector of names of numerical variables that shall be presented like qualitative variables.

Details

For qualitative variables, we generate a string like "accept(0.3),reject(0.2)" describing the moves that occur with positive probability and those probabilities on the equilibrium path.

See Also

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


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