| summarise_tvarstar_posthoc | R Documentation |
Produces a small summary table for nonlinear time-series models such as TVAR and LSTAR, focusing on model status and AIC.
summarise_tvarstar_posthoc(tsdyn_res)
tsdyn_res |
A list of model objects, typically with elements
|
For each of the three models (TVAR, LSTAR for I, LSTAR for C), the function extracts:
A textual status (class names of the object).
The AIC, if stats::AIC() can be computed.
If tsdyn_res is NULL, default rows with NA
values are returned.
A data frame with one row per model and columns:
model: "TVAR", "LSTAR_I", "LSTAR_C".
status: model class string or NA.
aic: numeric AIC value or NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.