Create system from a var.
Syntax
var_name.makesystem(options)
You may order the equations by series (default) or by lags.
Options
bylag | Specify system by lags (default is to order by variables). |
n=name | Specify name for the object. |
Examples
var1.makesystem(n=sys1)
creates a system named SYS1 from the var object VAR1
Cross-references
See
“System Estimation” for a discussion of system objects in EViews.