Returns a tibble of MG coefficients with standard errors, test statistics, p-values, and confidence intervals, compatible with the broom package. For long-run estimators (CS-ARDL, CS-DL, PMG) the tibble additionally includes rows for long-run coefficients and the adjustment speed.
# S3 method for dcce_fit
tidy(x, include_lr = TRUE, ...)A tibble with columns term, estimate, std.error,
statistic, p.value, conf.low, conf.high, type.
A dcce_fit object.
Logical: include long-run and adjustment rows when
available? Default TRUE.
Ignored.