Unit Root Checking
Posted: Wed Nov 05, 2008 1:31 pm
How can i use the uroot function to simply check for the presence of a unit root within a program? Basically, i want to use uroot in a logical operator, with an if-then function, depending on the presence of a unit root. something along the lines of
If series.uroot () = TRUE then...
If series.uroot () = TRUE then...