|
setIndEqu <- Previous: setIndVars
A call to setIndEqs is required in order
to set up a list of independent variables for a particular run.
If independent variables have been declared for a session but
you wish not to include any of them for a particular run, then
call setIndEqs with the argument "none":
For multivariate models, independent variables can be specified
individually for each dependent variable. Unless otherwise specified
all independent variables declared for that session will be included
in each equation. The call to setIndEqs causes a FANPAC global
_fan_IndEquations to be created. This global
is a matrix with rows equal to the number of time series and columns
equal to the number of independent variables declared in the call
to setIndVars. The elements are zeros and ones, where ones indicate
a coefficient to be estimated.
To declare different sets of independent variables for different
dependent variables in the multivariate model, the dependent variable
name is included as the first argument in the call to setIndEqs.
For example,
|