Re: [R] correlating rows of two differently-sized data frames in R

2012-08-10 Thread Jennifer Hobbs
HI Michael, sorry, didn't mean to hit "reply" rather than "reply all". Thanks for your advice, will try that! Jen On Thu, Aug 9, 2012 at 6:57 PM, R. Michael Weylandt < michael.weyla...@gmail.com> wrote: > Hi Jen, > > It's generally best to keep cc'ing R-help so others can lend a hind > when I

Re: [R] correlating rows of two differently-sized data frames in R

2012-08-09 Thread R. Michael Weylandt
Hi Jen, It's generally best to keep cc'ing R-help so others can lend a hind when I step away from my computer: On Thu, Aug 9, 2012 at 11:49 AM, Jennifer Hobbs wrote: > Hi Michael - > > thanks for the advice - I did find merge() just after posting but I'm having > difficulty with using it. I've

Re: [R] correlating rows of two differently-sized data frames in R

2012-08-09 Thread R. Michael Weylandt
Perhaps load them both and ?merge can show you the way. Michael On Thu, Aug 9, 2012 at 9:54 AM, JenniferH wrote: > Hello everyone, > > I have two sets of data, with the following structure: > > DataSet1 > Location PartSample 1 Sample 2 > A 1 value va

[R] correlating rows of two differently-sized data frames in R

2012-08-09 Thread JenniferH
Hello everyone, I have two sets of data, with the following structure: DataSet1 Location PartSample 1 Sample 2 A 1 value value A 2 value value A 3 value value B