check_pMd {gmvarkit} | R Documentation |
Check that p, M, and d are correctly set
Description
check_pMd
checks the arguments p, M, and d.
Usage
check_pMd(p, M, d, model = c("GMVAR", "StMVAR", "G-StMVAR"))
Arguments
p |
a positive integer specifying the autoregressive order of the model. |
M |
|
d |
the number of time series in the system. |
Value
Throws an error if something is wrong.
[Package gmvarkit version 2.1.3 Index]