[R] FW: Time Series
Emre Karagülle
karagullemre at gmail.com
Tue Nov 7 08:46:01 CET 2017
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]]
More information about the R-help
mailing list