Skip to content
Prev 202044 / 398503 Next

column of dates into time series

On Nov 29, 2009, at 11:59 AM, DispersionMap wrote:

            
Yes. Exactly. Unfortunately that data was passed though the summary  
function which has done some odd things to the data, to wit:

 > Weeks[Weeks==189]
2007-03-26 2007-07-09 2007-11-05 2008-02-25 2008-09-08 2009-08-10
        189        189        189        189        189        189

Can you give us dput on data$Raised.Date? And also explain what  
further hints you still need, now that you have been advised that  
table and order are the functions to do the operations you requested?