Object Reference : Object View and Procedure Reference : Sspace
  
 
append
Append a specification line to a sspace.
Syntax
sspace_name.append text
Type the text to be added after the append keyword.
Examples
vector(2) svec0=0
sspace1.append @mprior svec0
appends a line in the state space object SSPACE1 instructing EViews to use the zero vector SVEC0 as initial values for the state vector.
Cross-references
See “Specifying a State Space Model in EViews” for a discussion of specification syntax.