Description Usage Arguments Value See Also Examples
View source: R/check-arguments.R
Checking the list D.options, that is an argument of
cointRegD
.
1 2 | 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
1 2 3 4 5 6 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.