Hello I have 2000 univariate timeSeries of about 20 observations each, as
the following, I would like to store all of them in one object, sort of a
data frame, and to be able to recall each by its column name, which by the
way is the same as the first date. Do you know how can I do this. Thank you

Felipe Parra

GMT
             2009-10-12
2009-10-12  0.002346171
2009-10-14  0.002346171
2009-10-21  0.002346171
2009-10-28  0.002650307
2009-11-16  0.002391950
2009-11-16  0.003848032
2010-03-16  0.003848032
2010-06-17  0.008644137
2010-09-16  0.010690464
2010-12-15  0.016356718
2011-03-15  0.018496109
2011-06-16  0.023354671
2011-09-15  0.025211351
2011-12-21  0.029029900
2012-03-21  0.031173566
2012-06-21  0.033641977
2012-10-15  0.023078052
2013-04-15 -0.118415755
2013-10-15 -0.010497527
2014-04-14  0.010497527
2014-10-14 -0.010497527

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to