VAR impulse response output
Posted: Tue Dec 08, 2015 7:09 am
Hi,
I try to extract the stdev of accumulated impulse responses.
the program below produces and freezes the output Table, from which I try to extract the stdev.
However, since the stdev is between brackets, I can not take it is a numerical value.
and therefore my program (which stores values from the Table) does not work
the code creates, freezes the Table and reads cell 18,2: the impulse response, or instance: "20450" and cell 19,2: this is the stdev, for instance "(897)"
the problem is that the program can not extract the latter, because of the brackets.
How to solve this ?
var var_dum.ls 1 2 dbal dfe1 @ c
freeze(tabel) var_dum.impulse(8,t,a,se=a,imp=chol) dbal @ dfe1
coef(!t)=tabel(18,2)
conf_low (!t)=tabel(19,2)
I try to extract the stdev of accumulated impulse responses.
the program below produces and freezes the output Table, from which I try to extract the stdev.
However, since the stdev is between brackets, I can not take it is a numerical value.
and therefore my program (which stores values from the Table) does not work
the code creates, freezes the Table and reads cell 18,2: the impulse response, or instance: "20450" and cell 19,2: this is the stdev, for instance "(897)"
the problem is that the program can not extract the latter, because of the brackets.
How to solve this ?
var var_dum.ls 1 2 dbal dfe1 @ c
freeze(tabel) var_dum.impulse(8,t,a,se=a,imp=chol) dbal @ dfe1
coef(!t)=tabel(18,2)
conf_low (!t)=tabel(19,2)