Skip to content
Prev 11528 / 63468 Next

cor( x, y , method = "spearman" ) incorrect if any( is.na(c( x, y (PR#6448)

cberry@tajo.ucsd.edu writes:
That one got fixed a while back for r-devel, by using na.last="keep"
in the apply call, which is effectively the same fix. Looks like it
was never filed in r-bugs.