Learn R Programming

dcce (version 0.4.2)

tidy.dcce_fit: Tidy a dcce_fit object

Description

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.

Usage

# S3 method for dcce_fit
tidy(x, include_lr = TRUE, ...)

Value

A tibble with columns term, estimate, std.error, statistic, p.value, conf.low, conf.high, type.

Arguments

x

A dcce_fit object.

include_lr

Logical: include long-run and adjustment rows when available? Default TRUE.

...

Ignored.