Object Reference : Object View and Procedure Reference : Var
  
 
makemodel
Make a model from a var object.
Syntax
var_name.makemodel(name)
If you provide a name for the model in parentheses after the keyword, EViews will create the named model in the workfile. If you do not provide a name, EViews will open an untitled model window if the command is executed from the command line.
Examples
var var3.ls 1 4 m1 gdp tb3
var3.makemodel(varmod)
estimates a VAR and makes a model named VARMOD from the estimated var object. Use the command “show varmod” or “varmod.spec” to open the VARMOD window.
Cross-references
See “Models” for a discussion of specifying and solving models in EViews.
See also Var::append, Model::merge and Model::solve.