[R] Time Series Data

livia yn19832 at msn.com
Mon Jul 16 18:47:51 CEST 2007


Hi all, I have got some time series data. Data[[1]] is the data in the format
"1975-12-05 1975-12-12 1975-12-19...", data[[2]] is the time series data. I
would like to generate the time series format as 
1975-12-05  1.5
1975-12-12  2.3etc.

I am thinking about cbind(data[[1]],data[[2]]), but it results in 
      [,1]          [,2]
  [1,]    1     1.5
  [2,]    2     2.3

Could anyone give me some advice?
-- 
View this message in context: http://www.nabble.com/Time-Series-Data-tf4088688.html#a11621776
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list