<< delsym Creation and simulation of macroeconometric models model_setval >>

grocer >> Creation and simulation of macroeconometric models > find_in_equations

find_in_equations

in a model, finds the equations where an object is used

CALLING SEQUENCE

find_in_equations(model,object,output)

PARAMETERS

Input

* model = a model typed list created by the function create_model

* object = the name of the object to search

* output = the file wherer to save the results (optional; default: the working space)

Output

* nothing: the result is displayed on the screen

DESCRIPTION

In a model, finds the equations where an object (endogenous, exogenous, residual, coefficient) can be found.

EXAMPLE

global GROCERDIR ; 
load(GROCERDIR+'\data\small.dat');// load the mesange model
// display all equations with the variable td_p3m_d1
find_in_equations(small,'td_p3m_d1')

AUTHOR

Éric Dubois 2018

Report an issue
<< delsym Creation and simulation of macroeconometric models model_setval >>