Page 1 of 1

How to freeze a spool object results?

Posted: Sat Feb 15, 2014 5:00 am
by huugh
Hi,
I want to perform the cycle for a multiple series using the ZAUroot add-in (Zivot-Andrews Unit Root test).
However, it displays the results in a spool object, that can be manually frozen, but if I try the command line, it does not save anything.

Code: Select all

freeze(tmpname) series_name.zauroot(model="C",lag=4)
This fails to produce anything.

My intention was to freeze each result so that I could access the individual cell in the frozen object.

Re: How to freeze a spool object results?

Posted: Sat Feb 15, 2014 4:35 pm
by EViews Gareth
You can't freeze the output from an add-in like that. Your best bet is to manually edit the add-in code to save the spool object.