|
1 | 1 |
|
2 |
| -R Under development (unstable) (2025-08-11 r88568) -- "Unsuffered Consequences" |
| 2 | +R Under development (unstable) (2025-08-31 r88747) -- "Unsuffered Consequences" |
3 | 3 | Copyright (C) 2025 The R Foundation for Statistical Computing
|
4 | 4 | Platform: x86_64-pc-linux-gnu
|
5 | 5 |
|
@@ -5124,7 +5124,7 @@ function (V)
|
5124 | 5124 | r[seq.int(from = 1L, by = p + 1L, length.out = p)] <- 1
|
5125 | 5125 | r
|
5126 | 5126 | }
|
5127 |
| -<bytecode: 0x55ad678570e0> |
| 5127 | +<bytecode: 0x563b2649c7a8> |
5128 | 5128 | <environment: namespace:stats>
|
5129 | 5129 | > stopifnot(all.equal(Cl, cov2cor(cov(longley))),
|
5130 | 5130 | + all.equal(cor(longley, method = "kendall"),
|
@@ -7772,7 +7772,7 @@ attr(,".Environment")
|
7772 | 7772 | > environment(as.formula("y ~ x"))
|
7773 | 7773 | <environment: R_GlobalEnv>
|
7774 | 7774 | > environment(as.formula("y ~ x", env = new.env()))
|
7775 |
| -<environment: 0x55ad6780b2c8> |
| 7775 | +<environment: 0x563b259d6d40> |
7776 | 7776 | >
|
7777 | 7777 | >
|
7778 | 7778 | > ## Create a formula for a model with a large number of variables:
|
@@ -12074,69 +12074,29 @@ P value adjustment method: holm
|
12074 | 12074 | > Month <- factor(Month, labels = month.abb[5:9])
|
12075 | 12075 | > ## These give warnings because of ties :
|
12076 | 12076 | > pairwise.wilcox.test(Ozone, Month)
|
12077 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12078 |
| - cannot compute exact p-value with ties |
12079 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12080 |
| - cannot compute exact p-value with ties |
12081 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12082 |
| - cannot compute exact p-value with ties |
12083 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12084 |
| - cannot compute exact p-value with ties |
12085 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12086 |
| - cannot compute exact p-value with ties |
12087 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12088 |
| - cannot compute exact p-value with ties |
12089 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12090 |
| - cannot compute exact p-value with ties |
12091 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12092 |
| - cannot compute exact p-value with ties |
12093 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12094 |
| - cannot compute exact p-value with ties |
12095 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12096 |
| - cannot compute exact p-value with ties |
12097 | 12077 |
|
12098 |
| - Pairwise comparisons using Wilcoxon rank sum test with continuity correction |
| 12078 | + Pairwise comparisons using Wilcoxon rank sum exact test |
12099 | 12079 |
|
12100 | 12080 | data: Ozone and Month
|
12101 | 12081 |
|
12102 |
| - May Jun Jul Aug |
12103 |
| -Jun 0.5775 - - - |
12104 |
| -Jul 0.0003 0.0848 - - |
12105 |
| -Aug 0.0011 0.1295 1.0000 - |
12106 |
| -Sep 0.4744 1.0000 0.0060 0.0227 |
| 12082 | + May Jun Jul Aug |
| 12083 | +Jun 0.59876 - - - |
| 12084 | +Jul 0.00011 0.07531 - - |
| 12085 | +Aug 0.00058 0.12296 1.00000 - |
| 12086 | +Sep 0.48080 1.00000 0.00423 0.01901 |
12107 | 12087 |
|
12108 | 12088 | P value adjustment method: holm
|
12109 | 12089 | > pairwise.wilcox.test(Ozone, Month, p.adjust.method = "bonf")
|
12110 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12111 |
| - cannot compute exact p-value with ties |
12112 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12113 |
| - cannot compute exact p-value with ties |
12114 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12115 |
| - cannot compute exact p-value with ties |
12116 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12117 |
| - cannot compute exact p-value with ties |
12118 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12119 |
| - cannot compute exact p-value with ties |
12120 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12121 |
| - cannot compute exact p-value with ties |
12122 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12123 |
| - cannot compute exact p-value with ties |
12124 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12125 |
| - cannot compute exact p-value with ties |
12126 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12127 |
| - cannot compute exact p-value with ties |
12128 |
| -Warning in wilcox.test.default(xi, xj, paired = paired, ...) : |
12129 |
| - cannot compute exact p-value with ties |
12130 | 12090 |
|
12131 |
| - Pairwise comparisons using Wilcoxon rank sum test with continuity correction |
| 12091 | + Pairwise comparisons using Wilcoxon rank sum exact test |
12132 | 12092 |
|
12133 | 12093 | data: Ozone and Month
|
12134 | 12094 |
|
12135 |
| - May Jun Jul Aug |
12136 |
| -Jun 1.0000 - - - |
12137 |
| -Jul 0.0003 0.1414 - - |
12138 |
| -Aug 0.0012 0.2591 1.0000 - |
12139 |
| -Sep 1.0000 1.0000 0.0074 0.0325 |
| 12095 | + May Jun Jul Aug |
| 12096 | +Jun 1.00000 - - - |
| 12097 | +Jul 0.00011 0.12551 - - |
| 12098 | +Aug 0.00064 0.24591 1.00000 - |
| 12099 | +Sep 1.00000 1.00000 0.00528 0.02715 |
12140 | 12100 |
|
12141 | 12101 | P value adjustment method: bonferroni
|
12142 | 12102 | > detach()
|
@@ -12713,14 +12673,14 @@ attr(,"class")
|
12713 | 12673 | $linkfun
|
12714 | 12674 | function (mu)
|
12715 | 12675 | mu^lambda
|
12716 |
| -<bytecode: 0x55ad6718bf60> |
12717 |
| -<environment: 0x55ad6713aa08> |
| 12676 | +<bytecode: 0x563b246f9b48> |
| 12677 | +<environment: 0x563b2473f3e8> |
12718 | 12678 |
|
12719 | 12679 | $linkinv
|
12720 | 12680 | function (eta)
|
12721 | 12681 | pmax(eta^(1/lambda), .Machine$double.eps)
|
12722 |
| -<bytecode: 0x55ad6718be10> |
12723 |
| -<environment: 0x55ad6713aa08> |
| 12682 | +<bytecode: 0x563b246f9ad8> |
| 12683 | +<environment: 0x563b2473f3e8> |
12724 | 12684 |
|
12725 | 12685 | >
|
12726 | 12686 | >
|
@@ -17079,8 +17039,8 @@ Step function with continuity 'f'= 0.2 , 3 knots at
|
17079 | 17039 | > unclass(sfun0)
|
17080 | 17040 | function (v)
|
17081 | 17041 | .approxfun(x, y, v, method, yleft, yright, f, na.rm)
|
17082 |
| -<bytecode: 0x55ad67f59fe8> |
17083 |
| -<environment: 0x55ad66e6c268> |
| 17042 | +<bytecode: 0x563b266f0588> |
| 17043 | +<environment: 0x563b261aea08> |
17084 | 17044 | attr(,"call")
|
17085 | 17045 | stepfun(1:3, y0, f = 0)
|
17086 | 17046 | > ls(envir = environment(sfun0))
|
@@ -19106,13 +19066,11 @@ difference in location
|
19106 | 19066 | > boxplot(Ozone ~ Month, data = airquality)
|
19107 | 19067 | > wilcox.test(Ozone ~ Month, data = airquality,
|
19108 | 19068 | + subset = Month %in% c(5, 8))
|
19109 |
| -Warning in wilcox.test.default(x = DATA[[1L]], y = DATA[[2L]], ...) : |
19110 |
| - cannot compute exact p-value with ties |
19111 | 19069 |
|
19112 |
| - Wilcoxon rank sum test with continuity correction |
| 19070 | + Wilcoxon rank sum exact test |
19113 | 19071 |
|
19114 | 19072 | data: Ozone by Month
|
19115 |
| -W = 127.5, p-value = 0.0001208 |
| 19073 | +W = 127.5, p-value = 6.109e-05 |
19116 | 19074 | alternative hypothesis: true location shift is not equal to 0
|
19117 | 19075 |
|
19118 | 19076 | >
|
@@ -19675,7 +19633,7 @@ Number of Fisher Scoring iterations: 6
|
19675 | 19633 | > cleanEx()
|
19676 | 19634 | > options(digits = 7L)
|
19677 | 19635 | > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
|
19678 |
| -Time elapsed: 6.623 0.156 6.783 0 0 |
| 19636 | +Time elapsed: 5.053 0.132 5.188 0 0 |
19679 | 19637 | > grDevices::dev.off()
|
19680 | 19638 | null device
|
19681 | 19639 | 1
|
|
0 commit comments