I can't hardly accept the result of cor function with
pairwize.colplete.obs or complete.obs
insert print statements in cor function,
+ if (method != "pearson") {
+ Rank <- function(u) if (is.matrix(u))
+ apply(u, 2, rank, na.last = "keep")
+ else rank(u, n
Looking at the R v2.1.0 devel NEWS, I am very impressed with the new updates
and especially the internationalization part. Wonderful work! Thanks a lot.
Henrik Bengtsson
__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-d
Prof Brian Ripley <[EMAIL PROTECTED]> writes:
> Were you unaware that the NEWS file is browsable at
>
> https://svn.r-project.org/R/trunk/NEWS
>
> ?
(At least if the SVN server has not tied itself in a knot again...)
Also note that the Subversion log at developer.r-project.org has all
co