Learn R Programming

dcce (version 0.4.2)

.csardl_postprocess: Post-process a CS-ARDL fit to attach LR / adjustment information

Description

Called from dcce() after the unit-level OLS and MG aggregation are done. Classifies terms, computes unit-level LR and adjustment, aggregates to MG, and returns the augmented fit object.

Usage

.csardl_postprocess(fit)

Value

The fit object augmented with lr_coef, lr_vcov, lr_se, adjustment, adjustment_se, and related fields.

Arguments

fit

A dcce_fit object from the main dcce() pipeline.