Check list D.options.
Checking the list D.options, that is an argument of
cointRegD
.
checkDoptions(n.lag = NULL, n.lead = NULL, kmax = c("k4", "k12"), info.crit = c("AIC", "BIC"))
n.lag, n.lead |
[ |
kmax |
[ |
info.crit |
[ |
[list
]. List with the checked and (if necessary)
converted arguments.
If one of n.lag
and n.lead
is
NULL
, only kmax
and info.crit
will be not NULL
.
Other check: checkObject
,
checkVars
checkDoptions(n.lag = 3, n.lead = 4) checkDoptions(info.crit = "BIC") checkDoptions() # It's not sufficient to include only one of "n.lag" and "n.lead": checkDoptions(n.lag = 2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.