Hi,
I'm trying to program an ADF test.
This is my program :
http://www.getproxy.org/view/index.php? ... OWQ5OTM%3D
At the end, I get a table named ADF contening :
stat
pvalue
df
for every variable end every integration order.
The point is I want to extract ssr from every unit root test view because I want to test :
H0 : b=0
F = ((SSR1c - SSR1)/2)/(SSR1/DF)
and
H0 : c=0
F = ((SSR2c - SSR2)/2)/(SSR2/DF)
I tried using freeze but it doesn't work in my program.
freeze %name.uroot
thanks for helping
programming ADF
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
programming ADF
- Attachments
-
- prg_adf.prg
- (3.38 KiB) Downloaded 329 times
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13586
- Joined: Tue Sep 16, 2008 5:38 pm
Re: programming ADF
The freeze command requires that you give the output table a name. Something like:
where mytable is the name of the table that will be created, and myseries is the name of the series you're performing the unit root test on.
Code: Select all
freeze(mytable) myseries.uroot
Re: programming ADF
Ok, so I wrote :
freeze(table_test) %name.uroot
but I get this error message :
freeze(table_test) %name.uroot
but I get this error message :
- Attachments
-
- error.JPG (8.42 KiB) Viewed 4392 times
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13586
- Joined: Tue Sep 16, 2008 5:38 pm
Re: programming ADF
You need braces around %name.
Who is online
Users browsing this forum: No registered users and 2 guests
