Save coefficient in VAR estimation
Posted: Mon Nov 15, 2010 11:34 am
Dear all,
I am trying to save the coefficient matrix after an VAR estimation but I could not. Can anyone tell me how to save this.
This is my code which is working but I do not know where to find the coefficient matrix:
for !i = 1 to 1000
var mvar{!i}.ls(noconst) 1 1 a{!i} b{!i} c{!i}
@coefmat
next
Any help would be much appreciated.
Thanks,
Jing
I am trying to save the coefficient matrix after an VAR estimation but I could not. Can anyone tell me how to save this.
This is my code which is working but I do not know where to find the coefficient matrix:
for !i = 1 to 1000
var mvar{!i}.ls(noconst) 1 1 a{!i} b{!i} c{!i}
@coefmat
next
Any help would be much appreciated.
Thanks,
Jing