[R] Daily Time series setting
Jim Lemon
jim at bitwrit.com.au
Mon Aug 26 13:33:43 CEST 2013
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
More information about the R-help
mailing list