[EMAIL PROTECTED] wrote: > Full_Name: daniel t. O'Shea > Version: 2.2.1
Please read how to report a bug: Please check at least the latest release, which is R-2.3.0! > OS: xp > Submission from: (NULL) (156.98.28.4) > > > using the cor command in the base package. > > cor(x,y) > 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 > x is a matrix (15 rows and 1000 columns). I did not specify a column and R > crashed - shut down. > > error signature > AppName:rgui.exe AppVer 2.21.51220.0 > ModName: r.dll > ModVer: 2.21.51220.0 > > ______________________________________________ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel