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

grocer >> Creation and simulation of macroeconometric models > deleq

deleq

delete equations in a model

CALLING SEQUENCE

model2=deleq(model,equations,notransf)

PARAMETERS

Input

* model = a model tlist

* equations = either a string vector, collecting the names of the equations to delete

* notransf = an optional argument: if given then the model is not transformed for estimation and simulation

Output

* model2 = a model tlist with the given equations deleted

DESCRIPTION

Delete equations in a model.

EXAMPLE

global GROCERDIR;
// load the model small:
load(GROCERDIR+'\data\small.dat')
small2=deleq(small,'tc_d5_s14e3','notransf')

AUTHOR

Éric Dubois 2018

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