cond.eq.outcome: return a conditional equilibrium outcome cond is a list with...

Description Usage

Description

return a conditional equilibrium outcome cond is a list with variable names and their assumed value we only pick rows from oco.df in which the condition is satisfied we set the probabilities of the conditioned variable values to 1

Usage

1
2
3
4
cond.eq.outcome(eq.mat, cond, tg = NULL, oco.df = tg$oco.df,
  eq.ind = first.non.null(attr(eq.mat, "eq.ind"), NA),
  eo.df = eq.outcome(eq.mat = eq.mat, oco.df = oco.df, tg = tg),
  ceqo.ind = 1)

gtree-gh/gtreeCore documentation built on May 14, 2019, 5:14 a.m.