Re: [R] time series has no or less than 2 periods

2013-10-04 Thread Daniel Hickman
‎, ‎October‎ ‎3‎, ‎2013 ‎3‎:‎57‎ ‎PM To: David Winsemius, Daniel Hickman Cc: r-help@r-project.org > > ts <- ts(data$QtyPerWeek, frequency=52) > > HoltWinters(ts,0.46924,0.05,0.2) > > > > This results in the following error. "Error in decompo

[R] time series has no or less than 2 periods

2013-10-03 Thread Daniel Hickman
Hello, I have been tasked with taking an excel file that my colleague had implemented Triple Exponential Smoothing and recreate using R. The following image shows the before and after of smoothing out a fixed interval time series data using Triple Exponential Smoothing inside of Excel. ente