Object Reference : Object View and Procedure Reference : Sspace
  
 
makemodel
Make a model from a state space object.
Syntax
sspace_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
sspace.makemodel(sysmod) @prefix s_
makes a model named SYSMOD from the estimated system. SYSMOD includes an assignment statement “ASSIGN @PREFIX S_”. Use the command “show sysmod” or “sysmod.spec” to open the SYSMOD window.
Cross-references
See “Models” for a discussion of specifying and solving models in EViews.
See also Sspace::append, Sspace::makefilter, and Model::solve.