Page 1 of 1

Supressing graphs

Posted: Fri Aug 05, 2011 5:51 am
by lvdesouza
Hi everybody. I have two somewhat basic questions that hopefully you will be able to help me with. I estimating the VECM equations below (in Eviews 7.1):

spool s_imp_343

var {%cty}_343_vec.ec(c,1) 1 12 C{%cty}_UP_343 C{%cty}_WLD_343 C{%cty}_IP @ C{%cty}_IP_EU

if @isobject(%cty + "_343_vec") then
{%cty}_343_vec.impulse(12,m, smat={%cty}_343_vec_imp) C{%cty}_UP_343 @ C{%cty}_WLD_343 @ C{%cty}_WLD_343 C{%cty}_UP_343 C{%cty}_IP
endif

next

s_imp_343.append {%cty}_343_vec_imp

show s_imp_343

Now, I want a) to supress the variance decomposition graphs from popping up for all the countries in the string {%cty} and b) to store together all the variance decomposition series from all {%cty} in the same spool object that I have created (s_imp_343), but now it currently does that just for the last contry in the {%cty} string. Suggestions?

Lucio.

Re: Supressing graphs

Posted: Fri Aug 05, 2011 7:52 am
by EViews Gareth
I don't understand what you're doing. From the code you've posted, it looks as though %cty only contains a single word.