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.
