Skip to content

bug report - cor (PR#8852)

1 message · Uwe Ligges

#
daniel.oshea at dnr.state.mn.us wrote:

            
Please read how to report a bug:
Please check at least the latest release, which is R-2.3.0!
Please read how to report a bug:
Please specify reproducible examples!

Under R-2.3.0 the following works for me:

set.seed(1)
x <- y <- matrix(rnorm(15000), nrow=15)
res <- cor(x,y)


Uwe Ligges