On Mon, 21 Mar 2005 10:15:37 -0500, Liaw, Andy <[EMAIL PROTECTED]> wrote:

> The `frame' component of an rpart object should already be a data frame.
> You just need to make sure to assign them to components of ir.tr.iter, as,
> e.g.,
> 
>   ir.tr.iter[[j]] <- ir.tr[[j]]$frame
> 
> BTW, why would you want to duplicate the data in `result'?  You can easily
> get the `frame' component from ir.tr, so why store a separate copy?
> 
> Andy
> 
> 

Thanks for your quick respons.
Because I want to make iteration for my classification, I want to see
what class/type (in this example, Species) was possible exits in my
iteration.

Best regrads
Xiyan Lon

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to