Learn R Programming

qardlr (version 1.0.1)

compute_ecm: Compute ECM Parameterization

Description

Computes Error Correction Model parameters.

Usage

compute_ecm(est, y, X, p, q, tau, constant = TRUE)

Value

List containing ECM parameters.

Arguments

est

QARDL estimation results.

y

Dependent variable vector.

X

Covariate matrix.

p

AR lag order.

q

Distributed lag order.

tau

Vector of quantiles.

constant

Logical for intercept.