Hi, i was messing around with R and noticed that there is an object for 
timeseries which can be initialized with the ts() function. however it seems 
that it can only be initialized with a vector of data points and its assumed 
that these data points occur at regular time periods, user to specify frequency
and there is no way to initialize a timeseries object with two vectors, one of 
datetimes and another of actual data points
anyone know if my understanding is accurate?

        [[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