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

grocer >> Creation and simulation of macroeconometric models > create_emptymodel

create_emptymodel

create an empty model

CALLING SEQUENCE

model=create_emptymodel(namemod)

PARAMETERS

Input

* namemod = the name of the model

Output

* model = a model tlist with all tlist fields defined, but only the name of the model filled

DESCRIPTION

Creates the tlist of an empty model, that is without any declaration or equation.

EXAMPLE

mymodel=create_emptymodel('mymodel')

AUTHOR

Éric Dubois 2018

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