Return conditional equilibrium outcomes
eq_cond_outcomes(game, ..., fixed.list = list(...), fixed.vars = NULL)
game | the game object for which equilibria were computed e.g. with |
---|---|
... | 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 |