Object Reference : Object View and Procedure Reference : Model
  
 
reinclude
Removes one or more variables from the excluded variable list.
Syntax
Model_name.reinclude(options) ser1 ser2
The specified variables are removed from the current active scenario’s exclude list, and generates an add factor for each variable so that the solution for the current scenario remains unchanged.
Options
 
v
Create variable shift add factors in cases where no add factor Is currently associated with the endogenous variable. (Default is to create intercept shifts).
skipidents
Ignore endogenous variables whose associated equation is tagged as an identity.
Examples
M1.reinclude x z
removes both X and Z from the exclude list in the current scenario, and creates add factors for each.
Cross-references
See “Models” for a discussion of specifying and solving models in EViews.
See also Model::exclude.