Page 1 of 1

granger causality instruction

Posted: Wed Feb 15, 2012 5:54 pm
by jgorigoitia
Hello, anybody could give me an idea. what is the command to copy granger result into a spool or table?
I tried with this command "freeze (gr01) cause(3) g01".
g01 is a group.
Thanks for your help.

granger causality instruction

Posted: Wed Feb 15, 2012 6:11 pm
by EViews Gareth
Freeze(gr01) g01.cause(3)

Re: granger causality instruction

Posted: Wed Feb 15, 2012 7:09 pm
by jgorigoitia
Many thanks. It was useful, I used this:

for !i=1 to !k -1
!lag = !i+1

t_granger.append g01.cause({!lag})
t_granger.name {%n} {%m}

next

Bye :D