Displaying 1 result from an estimated 1 matches for "carlendar".
Did you mean:
calendar
2008 Jul 08
2
time series by calendar week
hello,
i cant find a solution on this (might be) easy problem:
i have a time serie by carlandar weeks, so for every carlendar week i have a
value. now i would like to use the functions for time series, so i change
structur to a time serie with
cam <- ts(number,start=c(2001,1),deltat=7/365)
or
cam <- ts(number,start=c(2001,1),frequency=52)
the problem on it is, that 2004 had 53 calendar weeks, which is not
recogni...