Wednesday, 11 September 2013

Time Series analysis with R, how to deal with daily data

Time Series analysis with R, how to deal with daily data

This might be a easy and dump question for some of you, but really
appreciate your help.
I try to convert a daily dataset to ts, but how do you deal with leap
year? so what value should I set the freq equal to?
ts(data,start=c(2010,1,1),frequency=365)?

No comments:

Post a Comment