View source: R/argumentChecks.R
check_pM | R Documentation |
check_pM
checks that the arguments p and M are correctly set.
check_pM(p, M, model = c("GMAR", "StMAR", "G-StMAR"))
p |
a positive integer specifying the autoregressive order of the model. |
M |
|
model |
is "GMAR", "StMAR", or "G-StMAR" model considered? In the G-StMAR model, the first |
Doesn't return anything but throws an informative error if something is wrong.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.