View source: R/argumentChecks.R
check_pMd | R Documentation |
check_pMd
checks the arguments p, M, and d.
check_pMd(p, M, d, model = c("GMVAR", "StMVAR", "G-StMVAR"))
p |
a positive integer specifying the autoregressive order of the model. |
M |
|
d |
the number of time series in the system. |
Throws an error if something is wrong.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.