I am running a rolling window VECM model and would like to save the cointegrating vectors.
At the moment this is what I am doing
Code: Select all
var ecm.ec({xd}, {xr}) 1 {xl} gdp cap lab xyz
freeze(cv) ecmAs you can see, I am using freeze to save cointegrating vectors from tables, but this is much inefficient method. Is there a function other than freeze that can be used to save cointegrating vectors?
Thanks
