Re: [R] Table Transformation

2009-03-04 Thread hadley wickham
On Wed, Mar 4, 2009 at 11:58 AM, Christian Pilger wrote: > > Dear R-experts, > > recently, I started to discover the world of R. I came across a problem, > that I was unable to solve by myself (including searches in R-help, etc.) > > I have a flat table similar to > > key1    key2    value1 > > ab

Re: [R] Table Transformation

2009-03-04 Thread Paul Johnson
On Wed, Mar 4, 2009 at 11:58 AM, Christian Pilger wrote: > > Dear R-experts, > > recently, I started to discover the world of R. I came across a problem, > that I was unable to solve by myself (including searches in R-help, etc.) > > I have a flat table similar to > > key1    key2    value1 > > ab

Re: [R] Table Transformation

2009-03-04 Thread Uwe Ligges
See ?reshape Uwe Ligges Christian Pilger wrote: Dear R-experts, recently, I started to discover the world of R. I came across a problem, that I was unable to solve by myself (including searches in R-help, etc.) I have a flat table similar to key1key2value1 abcd_1 BP 10 abcd_1

[R] Table Transformation

2009-03-04 Thread Christian Pilger
Dear R-experts, recently, I started to discover the world of R. I came across a problem, that I was unable to solve by myself (including searches in R-help, etc.) I have a flat table similar to key1key2value1 abcd_1 BP 10 abcd_1 BSMP1A abcd_1 PD 25 abcd_2 BP 20 a