check_pM {uGMAR} | R Documentation |
Check that p and M are correctly set
Description
check_pM
checks that the arguments p and M are correctly set.
Usage
check_pM(p, M, model = c("GMAR", "StMAR", "G-StMAR"))
Arguments
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 |
Value
Doesn't return anything but throws an informative error if something is wrong.
[Package uGMAR version 3.6.0 Index]