Fitting model of ARMAX

Please help!
Error in auto.arima(tlkm_arimax[, "tlkm_return"], xreg = tlkm_arimax[, :
xreg should be a numeric matrix or a numeric vector

for this query

Fit the model

(fit <- auto.arima(tlkm_arimax[, "tlkm_return"],
xreg = tlkm_arimax[, "nasdaq_return"]))

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.