On 08/26/2013 12:35 PM, Sudheer Joseph wrote:
Hi,
I am trying to load a daily time series as a r time series
object in the script at below link using the data at second link. I tried
setting the frequency as 365, but the data is not getting loaded with
correct number of samples which is 2192. Can any one help me on this how to
set this time series as a daily time series properly?
Hi Sudheer,
This is probably due to the sad fact that there are not 365 days in a
year. If you try a frequency of 365.3333 it may make your life a bit easier.
Jim
______________________________________________
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.