How to freeze a spool object results?
Posted: Sat Feb 15, 2014 5:00 am
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.
This fails to produce anything.
My intention was to freeze each result so that I could access the individual cell in the frozen object.
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)
My intention was to freeze each result so that I could access the individual cell in the frozen object.