[R] how to find best model of time series?giving error

sagarnikam123 sagarnikam123 at gmail.com
Wed Mar 14 07:22:04 CET 2012


yes but giving error
> t<-read.table(file.choose())
> t<-ts(t)
> plot(t)
Hit <Return> to see next plot: 
> ht<-HoltWinters(t)
Error in decompose(ts(x[1L:wind], start = start(x), frequency = f),
seasonal) : 
  time series has no or less than 2 periods

what should i do? 

--
View this message in context: http://r.789695.n4.nabble.com/how-to-find-best-model-of-time-series-tp4469296p4471097.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list