I find a problem when trying to get the table view of ARMA roots of an estimated equation.
Here's my code:
Code: Select all
equation mod1b.ls dlog(x, 1, 12) AR(1 to 2)
mod1b.arma(type=root,t)
I can get the table view by pointing and clicking, but doing it programmatically doesn't seem to be working.type=ROOT is an unrecognized option for ARMA in "DO_
MOD1B.ARMA(TYPE=ROOT,T)".
Cheers,
Graeme
