Skip to content
Prev 131104 / 398506 Next

cor(data.frame) infelicities

You can calculate the Kendall rank correlation with such a matrix
so you would not want to exclude factors in that case:
Sepal.Length Sepal.Width Petal.Length Petal.Width    Species
Sepal.Length   1.00000000 -0.07699679    0.7185159   0.6553086  0.6704444
Sepal.Width   -0.07699679  1.00000000   -0.1859944  -0.1571257 -0.3376144
Petal.Length   0.71851593 -0.18599442    1.0000000   0.8068907  0.8229112
Petal.Width    0.65530856 -0.15712566    0.8068907   1.0000000  0.8396874
Species        0.67044444 -0.33761438    0.8229112   0.8396874  1.0000000
On Dec 3, 2007 9:27 AM, Michael Friendly <friendly at yorku.ca> wrote: