Hi,
i a trying to store the unit root p-value from several series independently.
My commands are the following:
"matrix (nsers,1) outputs_ur
for !i=1 to guc.@count
%iname = guc.@seriesname(!i)
'freeze(tab_) %iname.uroot(adf,const,info=sic)
outputs_ur(!i,1) = @val(tab_(7,5))
d pvalue
d tab_
next"
However, the message: "%iname is not defined in "'freeze(tab_) %iname.uroot(adf,const,info=sic)".
Can you help me?
Regards
Fernando Cunha
How can i store unit root statistics?
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13585
- Joined: Tue Sep 16, 2008 5:38 pm
Re: How can i store unit root statistics?
You probably need to put %iname in braces:
Code: Select all
freeze(tab_) {%iname}.uroot(adf,const,info=sic)
Who is online
Users browsing this forum: No registered users and 2 guests
