[R] leave-one-out cross validation for randomForest

2005-01-06 Thread Liu, Xin
Dear all, Can I get the leave-one-out cross validation error of randomForest in R? I only found tune(), which got the 10-fold cross validation error. Thanks for any information. Xin LIU This e-mail is from ArraDx Ltd The e-mail and any files transmitted with it are

Re: [R] leave-one-out cross validation for randomForest

2005-01-06 Thread Uwe Ligges
Liu, Xin wrote: Dear all, Can I get the leave-one-out cross validation error of randomForest in R? I only found tune(), which got the 10-fold cross validation error. Thanks for any information. For example errorest() in package ipred can be used for cross-validation. I wonder which function