I am trying Q13-14.10 from the PBOR, and I'm getting an error when trying to run the arima() function. The error is as follows:
Error in arima(Xt, order = c(p, d, q)) :
only implemented for univariate time series
I think this is R potentially saying it doesn't recognise Xt as a time series, I have tried using as.ts(Xt) but I'm still getting the error when trying to run.
Error in arima(Xt, order = c(p, d, q)) :
only implemented for univariate time series
I think this is R potentially saying it doesn't recognise Xt as a time series, I have tried using as.ts(Xt) but I'm still getting the error when trying to run.