Re: [R] Imputing missing values in time series

2007-11-07 Thread Gabor Grothendieck
type of thing but it works off a pure > vector so it wouldn have to be modified. > If you make your object a zoo object, the that object has many functions > associated with it and na.locf would > Do what you need, I think. > > > -Original Message- > From: [EMAIL PR

Re: [R] Imputing missing values in time series

2007-11-07 Thread Joao Santos
Hello, I have a similar problem but in my case I have a seasonal time series and the gaps are bigger. Like I said the TS as a seasonality to the week and some gaps are so big that seasonality is broken. I need a process to predict this values and keep the seasonality. From the search that I mad