Re: [R] How to collect trees grown by rpart

2004-03-19 Thread Sean Davis
Jonathan, Try making a list instead of an array. See ?list. Also, did you look into random forests? I'm not sure what you want to do, but there might be methods there to do some of the work for you. Sean On 3/19/04 1:12 PM, "Jonathan Williams" <[EMAIL PROTECTED]> wrote: > I would like to col

RE: [R] How to collect trees grown by rpart

2004-03-19 Thread Liaw, Andy
Yes, Jonathan has looked at randomForest, but for rpart trees, ipred might be more appropriate. Cheers, Andy > From: Sean Davis > > Jonathan, > > Try making a list instead of an array. See ?list. Also, did > you look into > random forests? I'm not sure what you want to do, but there might

Re: [R] How to collect trees grown by rpart

2004-03-19 Thread Uwe Ligges
Jonathan Williams wrote: I would like to collect the trees grown by rpart fits in an array, in order to be able to use them later to predict new data. I have tried to use parse and eval to do this, without success. I'd be very grateful if someone could explain how to do it. The kind of thing I h