An error occured in the following command:
crs$pr <- predict(crs$rf, na.omit(crs$dataset[crs$validate, c(crs$input)])).
The error message was:Error in OOB && is.null(newdata) : invalid 'x' type in 'x && y'
Contact ... Rattle 2.6.17
The predict command for a cforest from the party package seems to now
need OOB=TRUE supplied to it (not sure when this happened nor whether
it is intentional but still checking). If you copy the predict command
from the Rattle Log tab, and add OOB=TRUE, the commands should work.
I've included a workaround for the next rattle version.
Thanks for reporting the problem Nathan.
Regards,
Graham