I am beginner of programming of eviews
I have formed a rolling regression analysis. And then, I want to put the scalar value in equation name as follows.
putting the value of scalar iid0a1 in var0a1a{iid0a1's value}.
I tried as following by programming, but it hasn't warked..
Code: Select all
scalar iid0a1=@imin(ssr0a1)
for %n0 iid0a1
scalar sc0a!k=var0a1a{%n0}.@sc
nextThanks in advance,
Kohei
