[R] forecasting accuracy problem in R
Leo
speedex at gmail.com
Mon Dec 17 05:29:09 CET 2012
Hi,
A few weeks back I used the following command:
accuracy(train,test)
where train and test are training and test data respectively. Last
night I updated R and the forecast package and used the same command
and I got error. After trying a little I used the following command
accuracy(train,test[1:30])
and it worked. (I was checking the accuracy of 30 forecasted values).
Is there some change in the forecast package or did I do something wrong?
regards Leo
More information about the R-help
mailing list