Re: [R] Creating panel data

2012-07-23 Thread Jeff
At 06:33 PM 7/23/2012, David Winsemius wrote: I didn't see a clear way to use either reshape() or the plyr/reshape2 packages to do this, (but would enjoy seeing an example that improved my understanding on this path) so I just looked at your "x" and then created a scaffold with the number of ro

Re: [R] Creating panel data

2012-07-23 Thread David Winsemius
On Jul 23, 2012, at 10:33 AM, Jeff wrote: At 10:38 AM 7/23/2012, you wrote: You might also find it useful to use Hadley Wickham's plyr and/or reshape2 packages, whose aim is to standardize and simplify data manipulation tasks. Cheers, Bert I have already used R enough to have correctly imp

Re: [R] Creating panel data

2012-07-23 Thread John Kane
m > Sent: Mon, 23 Jul 2012 11:33:37 -0500 > To: gunter.ber...@gene.com > Subject: Re: [R] Creating panel data > > At 10:38 AM 7/23/2012, you wrote: > >You might also find it useful to use Hadley Wickham's plyr > >and/or reshape2 packages, whose aim is to standard

Re: [R] Creating panel data

2012-07-23 Thread Jeff
At 10:38 AM 7/23/2012, you wrote: You might also find it useful to use Hadley Wickham's plyr and/or reshape2 packages, whose aim is to standardize and simplify data manipulation tasks. Cheers, Bert I have already used R enough to have correctly imported the actual data. After import, it is i

Re: [R] Creating panel data

2012-07-23 Thread Bert Gunter
Sounds like you would find it worthwhile to read a good Intro R tutorial -- like the one that comes shipped with R. Have you done so? If not, why not? If so, how about the data import/export manual? I certainly wouldn't guarantee that these will answer all your questions. They're just places to s