dyn_adj_pred | R Documentation |
This function is a convenient way of extracting both the dynamic adjustment parameter
and the associated p-value from the best dynamic model estimated by the
function dyn_adj_best
.
dyn_adj_pred(best_model)
best_model |
An object from function |
A list of two elements: dynamic adjustment parameter and p-value.
dyn_adj_est, dyn_adj_best
inf_head <- coreinf_br[["ipca"]]
inf_corems <- coreinf_br[["ipcams"]]
models <- dyn_adj_est(inf_head, inf_corems, 2, 2)
best_model <- dyn_adj_best(models, ic = AIC)
dyn_adj_pred(best_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.