Learn R Programming

MTS (version 1.2.1)

refECMvar: Refining Error-Correction Model for VAR series

Description

Refining an estimated ECM VAR model by setting insignificant estimates to zero

Usage

refECMvar(m1, thres = 1)

Arguments

m1

An object of the ECMvar command or the refECMvar command

thres

Threshold for individual t-ratio. The default is 1.

Value

Constrained estimation results of a ECM VAR model

Details

Set simultaneously all estimates with t-ratio less than the threshold to zero (in modulus).

References

Tsay (2014, Chapter 5). Multivariate Time Series Analysis with R and Financial Applications. John Wiley. Hoboken, NJ.