dyn_adj_best | R Documentation |
Given models estimated by the function dyn_adj_est
, dyn_adj_best
selects
the best one.
dyn_adj_best(models, ic = BIC)
models |
An object generated by the funcion |
ic |
Information criterion BIC or AIC. |
A list containing the following elements:
data |
A tibble with the data used in fitting the model. |
model |
An |
n_obs |
Number of observations. |
h |
Horizon used in direct estimation. See |
dyn_adj_est
inf_head <- coreinf_br[["ipca"]]
inf_corems <- coreinf_br[["ipcams"]]
models <- dyn_adj_est(inf_head, inf_corems, 2, 2)
dyn_adj_best(models, ic = AIC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.