Object Reference : Object View and Procedure Reference : Model
  
 
update
Update model specification.
Recompiles the model and updates links.
Syntax
model.update [arg]
Follow the name of the model object by a period the keyword update, and optionally a list of estimation objects to update. If no argument is provided, every object is updated.
Examples
mod1.update
recompiles and updates all of the links in MOD1.
mod1.update eq01 var01
updates the links to equation objectEQ01 and VAR object VAR01.
Cross-references
See “Models” for a discussion of specifying and solving models in EViews. See also Model::append, Model::merge and Model::solve.