Re: [R] Welcome to the "R-help" mailing list (Digest mode)

2010-05-03 Thread ravikumar sukumar
Dear All, How to calculate multiple correlation coefficient R, using R. regards, Sukumar [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide h

[R] multiple correlation coefficient R

2010-05-03 Thread ravikumar sukumar
Dear All, How to calculate multiple correlation coefficient R, using R. regards, Sukumar [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide h

[R] left end or right end

2010-07-01 Thread ravikumar sukumar
Dear all, I am a biologist. I have two sets of distance P(start1, end1) and Q(start2, end2). The distance will be like this. P Q I want to know whether P falls closely to the right end or left end of Q. P and Q are of dif

Re: [R] left end or right end

2010-07-01 Thread ravikumar sukumar
Sorry for posting to the R list. P Q 12, 28 10, 42 2, 5 1, 55 32, 50 22, 63 . there are 1 points of P and Q. The number of points of P and Q are equal (i,e 1). The interval P always overlaps with Q. i,e start1https://stat.ethz.ch/mailman/listinfo

Re: [R] left end or right end

2010-07-01 Thread ravikumar sukumar
ther option occurred to me: maybe you don't care which end P is close > to, you just want to know whether it's close to one of the ends, or > somewhere in the middle. > > Without knowing what exactly you are trying to test, it's very hard for us > to help you. > > Jon