Displaying 2 results from an estimated 2 matches for "r48046".
Did you mean:
148046
2009 Mar 05
1
Bug in Rdconv(.pm) (PR#13575)
...n:
platform = i386-pc-mingw32
arch = i386
os = mingw32
system = i386, mingw32
status = Under development (unstable)
major = 2
minor = 9.0
year = 2009
month = 03
day = 03
svn rev = 48046
language = R
version.string = R version 2.9.0 Under development (unstable)
(2009-03-03 r48046)
Windows Server 2008 x64 (build 6001) Service Pack 1
Locale:
LC_COLLATE=C;LC_CTYPE=German_Germany.1252;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C
Search Path:
.GlobalEnv, package:stats, package:graphics, package:grDevices,
package:utils, package:datasets, package:methods, Autoloads, package:base...
2009 Mar 05
1
Spearman's rank correlation test (PR#13574)
...ussed in more detail in R-devel postings
https://stat.ethz.ch/pipermail/r-devel/2009-January/051936.html
https://stat.ethz.ch/pipermail/r-devel/2009-February/052112.html
A patch correcting the problem in the current development version
R version 2.9.0 Under development (unstable) (2009-03-03 r48046)
is as follows.
--- R-devel/src/library/stats/R/cor.test.R 2008-12-14 17:51:56.000000000 +0100
+++ R-cor.test/src/library/stats/R/cor.test.R 2009-03-05 10:39:07.383841736
+0100
@@ -151,9 +151,9 @@
pspearman <- function(q, n, lower.tail = TRUE) {
if(n <...