We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1f894 commit c75ba59Copy full SHA for c75ba59
2 files changed
tests/factorize_test_irregular.R
@@ -93,7 +93,7 @@ cols <- c("cornflowerblue", "darkseagreen", "darkred")
93
opar <- par(mfrow = c(3,2))
94
wch <- c(1,2,10)
95
for(w in 1:length(wch)) {
96
- plot(fac$resp, which = wch[w], col = "darkgrey", ask = FALSE,
+ plot.mboost(fac$resp, which = wch[w], col = "darkgrey", ask = FALSE,
97
main = names(fac$resp$baselearner[wch[w]]))
98
lines(sort(t), ft[[w]][order(t)]*max(d), col = cols[w], lty = 2)
99
plot(fac$cov, which = wch[w],
@@ -158,7 +158,7 @@ ratio <- -max(abs(predict(fac$resp, which = 1))) / max(abs(predict(fac2$resp, wh
158
159
160
161
162
163
164
lines(sort(griddata$t),
tests/factorize_test_regular.R
@@ -76,7 +76,7 @@ cols <- c("cornflowerblue", "darkseagreen", "darkred")
76
77
78
79
80
81
lines(t, ft[[w]]*max(d), col = cols[w], lty = 2)
82
0 commit comments