Re: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-23 Thread Kurt Hornik
maechler writes: Duncan == Duncan Murdoch [EMAIL PROTECTED] on Wed, 22 Oct 2003 08:17:32 -0400 writes: Duncan I've now tried the code set.seed(1) x - rnorm(50) y - rnorm(50) cor.test(x,y,method=spearman) x - rnorm(50) y - rnorm(50) cor.test(x,y,method=spearman) Duncan in

Re: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-23 Thread Peter Dalgaard
Kurt Hornik [EMAIL PROTECTED] writes: maechler writes: Duncan == Duncan Murdoch [EMAIL PROTECTED] on Wed, 22 Oct 2003 08:17:32 -0400 writes: Duncan I've now tried the code set.seed(1) x - rnorm(50) y - rnorm(50) cor.test(x,y,method=spearman) x - rnorm(50) y -

Re: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-23 Thread Kurt Hornik
Peter Dalgaard writes: Kurt Hornik [EMAIL PROTECTED] writes: maechler writes: Duncan == Duncan Murdoch [EMAIL PROTECTED] on Wed, 22 Oct 2003 08:17:32 -0400 writes: Duncan I've now tried the code set.seed(1) x - rnorm(50) y - rnorm(50) cor.test(x,y,method=spearman)

Re: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-23 Thread Kurt . Hornik
Peter Dalgaard writes: Kurt Hornik [EMAIL PROTECTED] writes: maechler writes: Duncan == Duncan Murdoch [EMAIL PROTECTED] on Wed, 22 Oct 2003 08:17:32 -0400 writes: Duncan I've now tried the code set.seed(1) x - rnorm(50) y - rnorm(50) cor.test(x,y,method=spearman)

Re: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-23 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: Probably, but of a nasty kind which I think we need to get to the bottom of. As I see it there are two possible causes 1. A bug in a Windows library or compiler. Potentially that could affect everything else. 2. A bug in ctest that just happens only to

Re: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-23 Thread Prof Brian Ripley
On 23 Oct 2003, Peter Dalgaard wrote: [EMAIL PROTECTED] writes: Probably, but of a nasty kind which I think we need to get to the bottom of. As I see it there are two possible causes 1. A bug in a Windows library or compiler. Potentially that could affect everything else.

[Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-22 Thread i . wilson
Full_Name: Ian Wilson Version: R-1.8.0 OS: Windows (but own compilation) Submission from: (NULL) (139.133.7.38) the p-value is incorrect for cor.test using method spearman in R-1.8.0. This was not the case in R-1.7.1. Version R-1.8.0 on Windows cor.test(rnorm(50),rnorm(50),method=spearman)

Re: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-22 Thread Duncan Murdoch
On Wed, 22 Oct 2003 11:51:46 +0100 (BST), you wrote: Without knowing the seed used it is impossible for us to reproduce this, but I am not seeing anything strange. I'm getting strange results in 1.8.0 for Windows too. set.seed(1) x - rnorm(50) y - rnorm(50) cor.test(x,y,method=spearman)

RE: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-22 Thread i . wilson
: Re: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718) Without knowing the seed used it is impossible for us to reproduce this, but I am not seeing anything strange. Could you please reply with a reproducible example (and list the data used too, in case the random number generation

Re: [Rd] Something strange in cor.test in R-1.8.0 (PR#4718)

2003-10-22 Thread maechler
Duncan == Duncan Murdoch [EMAIL PROTECTED] on Wed, 22 Oct 2003 08:17:32 -0400 writes: Duncan I've now tried the code set.seed(1) x - rnorm(50) y - rnorm(50) cor.test(x,y,method=spearman) x - rnorm(50) y - rnorm(50) cor.test(x,y,method=spearman) Duncan in r-patched (which