Learn R Programming

dcce (version 0.4.2)

.csdl_postprocess: Post-process a CS-DL fit to label long-run coefficients

Description

The coefficients on the level x terms are the long-run effects. This helper extracts them and stores them in the fit's lr_coef and lr_vcov fields so that downstream S3 methods can print a long-run block.

Usage

.csdl_postprocess(fit, lr_names)

Value

Augmented fit object.

Arguments

fit

A dcce_fit object.

lr_names

Character vector of x level names whose coefficients are the long-run effects.