Object Reference : Object View and Procedure Reference : Pool
  
 
makemodel
Make a model from a pool object.
Syntax
pool_name.makemodel(name) assign_statement
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
pool3.ls m1? gdp? tb3?
pool3.makemodel(poolmod) @prefix s_
estimates a VAR and makes a model named POOLMOD from the estimated pool object. POOLMOD includes an assignment statement “ASSIGN @PREFIX S_”. Use the command “show poolmod” or “poolmod.spec” to open the POOLMOD window.
Cross-references
See “Models” for a discussion of specifying and solving models in EViews.
See also Model::merge and Model::solve.