Re: [R] Interpretation in cor()

2008-10-09 Thread Michael Just
gt; > --- On Thu, 10/9/08, Michael Just <[EMAIL PROTECTED]> wrote: > > > From: Michael Just <[EMAIL PROTECTED]> > > Subject: [R] Interpretation in cor() > > To: "r-help" > > Received: Thursday, October 9, 2008, 5:28 AM > > Hello

Re: [R] Interpretation in cor()

2008-10-09 Thread John Kane
Please provide a small working example. It is difficult to see what you are doing from the description below. --- On Thu, 10/9/08, Michael Just <[EMAIL PROTECTED]> wrote: > From: Michael Just <[EMAIL PROTECTED]> > Subject: [R] Interpretation in cor() > To: "r-h

[R] Interpretation in cor()

2008-10-09 Thread Michael Just
Hello, I am performing cor() of some of my data. For example, I'll do 3 corr() (many variables) operations, one for each of the three treatments. I then do the following: i <-lower.tri(treatment1.cor) cor(cbind(one = treatment1.corr[i], two = treatment2.corr[i], three = treatment3.corr[i])) Doe