<< create_model Creation and simulation of macroeconometric models deleq >>

Grocer >> Creation and simulation of macroeconometric models > create_model_eq

create_model_eq

create a model associated to an equation of a model

CALLING SEQUENCE

model_eq=create_model_eq(model,name_eq,name_endo)

PARAMETERS

Input

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

* name_eq = the name of the equation

* name_endo = the name of the variable in the equation that will be considered as endogenous

Output

* model_eq = a model tlist, the model created from the selected equation

DESCRIPTION

Creates the model associated to an equation of a model.

EXAMPLE

global GROCERDIR ;
load(GROCERDIR+'\data\small.dat')    
// create the model consisting of the real consumption ('td_p3m_d1') equation: 
cons_model=create_model_eq(small,'td_p3m_d1','td_p3m_d1')

AUTHOR

Éric Dubois 2026

Report an issue
<< create_model Creation and simulation of macroeconometric models deleq >>