Return conditional expected equilibrium outcomes

eq_cond_expected_outcomes(game, ..., fixed.list = list(...),
  fixed.vars = NULL, like.factor = NULL)

Arguments

game

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

...

variable names and their assumed value. We set the probabilities of the conditioned variable values to 1. These correspond to equilibrium outcomes given an unexpected tremble that makes the variables take the specified values. Variables can take multiple values. We then compute conditional equilibrium outcomes for each combination of values

fixed.list

Alternativly to ... a named list with values to fix.

fixed.vars

Alternative to ... or fixed.list, a vector of variable names. If provided, we compute the conditional expected outcomes holding fixed every possible combination of the variables stated in fixed.vars

like.factor

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

See also