View source: R/argumentChecks.R
warn_df | R Documentation |
warn_df
warns if the model contains large degrees of freedom parameter values
warn_df(gsmvar, p, M, params, model = c("GMVAR", "StMVAR", "G-StMVAR"))
gsmvar |
an object of class |
p |
a positive integer specifying the autoregressive order of the model. |
M |
|
params |
a real valued vector specifying the parameter values.
Above, In the GMVAR model, The notation is similar to the cited literature. |
model |
is "GMVAR", "StMVAR", or "G-StMVAR" model considered? In the G-StMVAR model, the first |
Warns if, for some regime, the degrees of freedom parameter value is larger than 100.
Doesn't return anything.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.