Hi,
I would like to ask a question about time series.
I am trying to convert my data into time series data.
I have hourly data from “2015-12-18 00:00” to “2017-10-24 23:00”
I am trying the following codes but they are not working.
Could you help me out?

tseri <- ts(data ,seq(from=as.POSIXct("2015-12-18 00:00:00"), 
to=as.POSIXct("2017-10-24 23:00:00"), by="hour"))

tseri <- ts(data ,seq(from=as.Date("2015-12-18 00:00:00"), 
to=as.Date("2017-10-24 23:00:00"), by="hour"))


Thank you 

--
Emre



        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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