Re: [R] Help with package reshape, wide to long

2008-02-07 Thread Don MacQueen
It does indeed. Thank you, Chuck. -Don At 1:25 PM -0500 2/7/08, Chuck Cleland wrote: >On 2/7/2008 11:40 AM, Don MacQueen wrote: >>Hello, >> >>I am having difficulty figuring out how to use functions in the >>reshape package to perform a wide to long transformation >> >>I have a "wide" dataframe

Re: [R] Help with package reshape, wide to long

2008-02-07 Thread Chuck Cleland
On 2/7/2008 11:40 AM, Don MacQueen wrote: > Hello, > > I am having difficulty figuring out how to use functions in the > reshape package to perform a wide to long transformation > > I have a "wide" dataframe whose columns are like this example: > >id1 id2 subject treat height weight age >

[R] Help with package reshape, wide to long

2008-02-07 Thread Don MacQueen
Hello, I am having difficulty figuring out how to use functions in the reshape package to perform a wide to long transformation I have a "wide" dataframe whose columns are like this example: id1 id2 subject treat height weight age id1 and id2 are unique for each row subject and treat are no