dyn_adj_pred: Extract the Dynamic Adjustment Parameter

dyn_adj_predR Documentation

Extract the Dynamic Adjustment Parameter

Description

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.

Usage

dyn_adj_pred(best_model)

Arguments

best_model

An object from function dyn_adj_best.

Value

A list of two elements: dynamic adjustment parameter and p-value.

See Also

dyn_adj_est, dyn_adj_best

Examples

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)

nelson16silva/wavcoreinf documentation built on Feb. 17, 2025, 7:10 p.m.