refECMvar {MTS} | R Documentation |
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. |
Details
Set simultaneously all estimates with t-ratio less than the threshold to zero (in modulus).
Value
Constrained estimation results of a ECM VAR model
Author(s)
Ruey S. Tsay
References
Tsay (2014, Chapter 5). Multivariate Time Series Analysis with R and Financial Applications. John Wiley. Hoboken, NJ.
[Package MTS version 1.2.1 Index]