[R] Leave-one-out CV estimator for local polynomial regression in R?

2006-04-22 Thread Li Xiaoxi
Hello all, I sincerely hope someone can help me. I am wonder if there is a function in R that can calculate 'leave-one-out' Cross Validation estimator for polynomial regression? The function 'lpridge' is a pretty good one for local polynomial regression, but it cannot handle the leave-one-out

[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

[R] leave-one-out

2003-08-14 Thread array chip
Hi, is there a package for performing leave-one-out cross validation in R? __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Re: [R] leave-one-out

2003-08-14 Thread Thomas W Blackwell
help.search(cross validation) returns 'cv.glm(boot)' and the boot package provides many other utilities for this. - tom blackwell - u michigan medical school - ann arbor - On Thu, 14 Aug 2003, array chip wrote: Hi, is there a package for performing leave-one-out cross validation in