[R] converting a data frame to ts objects

2007-05-16 Thread fatih ozgul
Dear R-ians I have a data frame like Person_id Date/timeCount - -- --- 123 20 May 1999 1 123 21 May 1999 3 222 1 Feb 2000 2 222 3 Feb 2000 4 I want to create ts objects for each person_id (i.e. 123 and

Re: [R] converting a data frame to ts objects

2007-05-16 Thread Gabor Grothendieck
On 5/16/07, fatih ozgul [EMAIL PROTECTED] wrote: Dear R-ians I have a data frame like Person_id Date/timeCount - -- --- 123 20 May 1999 1 123 21 May 1999 3 222 1 Feb 2000 2 222 3 Feb 2000 4 I want

Re: [R] converting a data frame to ts objects

2007-05-16 Thread Gabor Grothendieck
On 5/16/07, Gabor Grothendieck [EMAIL PROTECTED] wrote: On 5/16/07, fatih ozgul [EMAIL PROTECTED] wrote: Dear R-ians I have a data frame like Person_id Date/timeCount - -- --- 123 20 May 1999 1 123 21 May 1999 3 222