Skip to content
Prev 314765 / 398502 Next

Predicting New Data -

Sorry, but your current information doesn't help to solve your problem. Not
having explicit base-learners is not the cause of your problem, especially
as for glmboost() there are no explicit base-learners. You should definitely
provide a minimal example that helps to reproduce your error/problem. 

For me, everything works as intended:
+                     control = boost_control(mstop = 400))
[,1]
[1,] -1.849460
[2,] -1.849460
[3,]  9.947766
[4,]  9.947766
[5,] 13.880175
[6,] 17.812584
[,1]
[1,] -1.849460
[2,] -1.849460
[3,]  9.947766
[4,]  9.947766
[5,] 13.880175
[6,] 17.812584
[,1]
 [1,] -13.646686
 [2,]  -9.714277
 [3,]  -5.781869
 [4,]  -1.849460
 [5,]   2.082949
 [6,]   6.015358
 [7,]   9.947766
 [8,]  13.880175
 [9,]  17.812584
[10,]  21.744993


rydood wrote
--
View this message in context: http://r.789695.n4.nabble.com/Predicting-New-Data-Error-mboost-tp4654677p4654840.html
Sent from the R help mailing list archive at Nabble.com.