Object Reference : Object View and Procedure Reference : Logl
  
 
makemodel
Make a model from a likelihood object.
Syntax
logl_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
ll3.makemodel(logmod) @prefix s_
makes a model named LOGMOD from the estimated logl object. LOGMOD includes an assignment statement “ASSIGN @PREFIX S_”. Use the command “show logmod” or “logmod.spec” to open the LOGMOD window.
Cross-references
See “Models” for a discussion of specifying and solving models in EViews.
See also Logl::append, Model::merge and Model::solve.