<t>Hi AllI have a data, which I am trying to see the existence of a UNITROOT. I am using Agumented Dicker Fuller test. From the graph I can easily see that there is no trend so I am using the following line of code in SPLUS:unitroot(x, trend="c", statistic="t",method="adf", lags=12)The result of the...