Code:
dsge (nx = -{sigma}*con -{delta}*la+ {psi}*mw+{theta}* ToT) /// (con=E(F.con)-1/{sigma}*(log{beta}+r) /// (F.mw = mw+ v) /// (F.v = {rhov}*v, state)
could you fix the problem?
dsge (nx = -{sigma}*con -{delta}*la+ {psi}*mw+{theta}* ToT) /// (con=E(F.con)-1/{sigma}*(log{beta}+r) /// (F.mw = mw+ v) /// (F.v = {rhov}*v, state)
dsge (nx = -{sigma}*con -{delta}*la+ {psi}*mw+{theta}* ToT) /// (con=E(F.con)-1/{sigma}*(log{beta}+r)) /// (F.mw = mw+v) /// (F.v = {rhov}*v, state)
dsge (nx = -{sigma}*con -{delta}*la+ {psi}*mw+{theta}* ToT) /// (con=E(F.con)-1/{sigma}*(log{beta}+r)) /// (w = {phim}*mw+v) /// (p={phip}*mw+u) /// (F.v = {rhov}*v, state) /// (F.u = {rhou}*u, state)
Comment