Graphing multiple scenarios
Posted: Wed Sep 11, 2013 12:10 am
I have made several scenarios, with aliases PS1...PS8, that I wish to plot together in one figure per variable. When I try the commands below, Eviews only uses my last scenario (alias "PS8"), so I get only 2 graphs (baseline and PS8) per figure. How do I get a graph for all the scenarios in each of the figures?
I have tried with the aliases behind {%str1}, but that didn't work.
Code: Select all
group gr1 ABC ABD
!n1 = gr1.@count
for !ii=1 to !n1
%str1 = gr1.@seriesname(!ii)
MOD_2SLS.MAKEGRAPH( c, S=m, G=v) GRAPH_{%str1} {%str1}
next