Re: [R] randomForest: help with combine() function

2010-12-11 Thread Liaw, Andy
t; To: r-help@r-project.org > Subject: [R] randomForest: help with combine() function > > I've built two RF objects (RF1 and RF2) and have tried to combine > them, but I get the following error: > > Error in rf$votes + ifelse(is.na(rflist[[i]]$votes), 0, > rflist[[i]]

[R] randomForest: help with combine() function

2010-12-10 Thread Dennis Duro
I've built two RF objects (RF1 and RF2) and have tried to combine them, but I get the following error: Error in rf$votes + ifelse(is.na(rflist[[i]]$votes), 0, rflist[[i]]$votes) : non-conformable arrays In addition: Warning message: In rf$oob.times + rflist[[i]]$oob.times : longer object lengt