Object Reference : Object View and Procedure Reference : Var
  
 
cleartext
Clear restriction text from a VAR object.
Syntax
var_name.cleartext(arg)
You must specify the text type you wish to clear using one of the following arguments:
 
svar
Clear text of identifying restrictions for a structural VAR.
coint
Clear text of restrictions on the cointegration relations and/or adjustment coefficients.
Examples
var1.cleartext(svar)
var1.append(svar) @lr2(@u1) = 0
The first line clears the structural VAR identifying restrictions in VAR1. The next line specifies a new long-run restriction for a structural factorization.
Cross-references
See “Vector Autoregression (VAR) Models” for a discussion of VARs.
See also Var::append.