[R] Adding dates to time series

Bazman76 h_a_patience at hotmail.com
Mon May 16 00:13:27 CEST 2011


OK I got it to work thanks to your example

plot(ser)

however, ultiamtely a I need a stype ts object.

So I used

> xts <- as.ts(ser) 
> xts
Time Series:
Start = 1 
End = 732 
Frequency = 1 

which just gets me back to where I started with the correct raw data but no
attached dates?

It is possible to have a time series ts() object with irregular dates?

--
View this message in context: http://r.789695.n4.nabble.com/Adding-dates-to-time-series-tp3524679p3525001.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list