Re: [R] Rearranging dataset

2007-10-11 Thread Peter Dalgaard
Dieter Menne wrote: > Megh Dal yahoo.com> writes: > > >> Hi all, I have a datasei like this : >> >> ID Date Price >> aa 01/01/07 12 >> aa01/02/07 13 >> bb 01/01/0723 >> bb01/02/0712 >> >> >> Now I want to write them

Re: [R] Rearranging dataset

2007-10-10 Thread Dieter Menne
Megh Dal yahoo.com> writes: > > Hi all, I have a datasei like this : > > ID Date Price > aa 01/01/07 12 > aa01/02/07 13 > bb 01/01/0723 > bb01/02/0712 > > > Now I want to write them in following format : > > ID

Re: [R] Rearranging dataset

2007-10-10 Thread Megh Dal
I want to create a data-frame. any idea? Moshe Olshansky <[EMAIL PROTECTED]> wrote: What do you mean by write - write to file, create a data.frame? --- Megh Dal wrote: > Hi all, I have a datasei like this : > > ID Date Price > aa 01/01/07 12 > aa 01/02/07 13 > bb 01/01/07 23 > bb 01/02/07 12

[R] Rearranging dataset

2007-10-10 Thread Megh Dal
Hi all, I have a datasei like this : ID Date Price aa 01/01/07 12 aa01/02/07 13 bb 01/01/0723 bb01/02/0712 Now I want to write them in following format : ID Date Price ID Date