eviews 12 crashes on view selected graphs
Posted: Fri Jul 01, 2022 6:37 am
If you estimate a VAR, and visualize impulse responses, right-clicking on a chart allows you to select "View selected graph(s)". Clicking will show the chart. Pressing the right-arrow key should move to the next chart, but instead Eviews crashes.
It happens always. This code, kindly produced by Matt in response to another request for help, generates the same crash
create u 50
series x = 0
series y = 1
smpl 2 50
x = .5 * x(-1) + rnd
y = .8 * y(-1) + .3 * x(-1) + nrnd
var v.ls 1 1 x y
v.svar(preset=1)
v.impulse(a,imp=struct,se=a,matbyr=responses)
It happens always. This code, kindly produced by Matt in response to another request for help, generates the same crash
create u 50
series x = 0
series y = 1
smpl 2 50
x = .5 * x(-1) + rnd
y = .8 * y(-1) + .3 * x(-1) + nrnd
var v.ls 1 1 x y
v.svar(preset=1)
v.impulse(a,imp=struct,se=a,matbyr=responses)