initializeExo {RGAP} | R Documentation |
Initialization of exogenous variables
Description
Initializes the transformations applied to exogenous variables.
Usage
initializeExo(varNames, D = NULL, L = NULL)
Arguments
varNames |
A |
D |
A |
L |
A |
Details
For the matrices D
and L
, the rows denote different transformations
to each of the variables in the columns. NA
indicates no transformation.
Value
An array of size (n, k, 2)
. The [, , 1]
specifies
the difference order and [, , 2]
the lag order.
[Package RGAP version 0.1.1 Index]