lag.form
, diff.form
and log.form
should be lists of length equal to the total number
variables. Each element of these lists is : either a vector of length 2 (c(1,4) means
lags 1,2,3 and 4) or a scalar (3 means lags 0,1,2,3 except for
the lhs variable for which it is 1,2,3) for lag.form
.
logical values for diff.form
and log.form
.
It can also be an incomplete named list (to apply the transformation
for only some variables) with eventually an unnamed element which then
is the default value.