I am new to R. I encountered an error when I wanted to use the auto.arima function. The message was:
could not find function "auto.arima"
I've installed the forecast package. I'm using R2.14.1 version and forecast 3.16 in windows 7 operating system. What can I do?
If I could use the auto.arima function in R and get the best result model, I want to call the auto.arima method in my Java project. How would I use the R library in java project?
library(forecast)? – Jeromy Anglim Jan 9 '12 at 3:19