[R] CV by rpart/mvpart

Weiwei Shi helprhelp at gmail.com
Thu Dec 28 22:18:45 CET 2006


n-fold cv is easy to be implemented in R by yourself. you can create
10 folds' samples by yourself and disable cv in rpart. Then you can
use the same sample sets to compare different methods.

HTH

weiwei

On 12/28/06, Pedro Ramirez <palmar379 at yahoo.es> wrote:
> Dear R-list,
>
> I am using the rpart/mvpart-package for selecting a right-sized regression tree by 10-fold cross-validation. My question: Is there a possibility to find out for every observation in which of the ten folds it is lying? I want to use the same folds for validating another regression method (moving averages) in order to choose the better one.
>
> Thanks a lot,
> Pedro
>
>
> ---------------------------------
>
>
>
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>


-- 
Weiwei Shi, Ph.D
Research Scientist
GeneGO, Inc.

"Did you always know?"
"No, I did not. But I believed..."
---Matrix III



More information about the R-help mailing list