Re: [R] tree class in R?

2004-12-06 Thread Martin Maechler
DFARRAR == DFARRAR [EMAIL PROTECTED] on Sun, 5 Dec 2004 22:09:02 -0500 writes: DFARRAR I am trying to store a couple numbers for each DFARRAR partition, in a subset of the partitions of my data DFARRAR set. Of course, one can accomplish this using a DFARRAR binary tree.

RE: [R] tree class in R?

2004-12-05 Thread Mulholland, Tom
Have you had a look at the rpart package? If you haven't installed it it may be worth doing so. Then you can type require(rpart) ?rpart.object Tom -Original Message- From: DFARRAR [mailto:[EMAIL PROTECTED] Sent: Monday, 6 December 2004 11:09 AM To: [EMAIL PROTECTED] Subject: [R]

Re: [R] tree class in R?

2004-12-05 Thread Gabor Grothendieck
DFARRAR DFARRAR at vt.edu writes: : : I am trying to store a couple numbers for each partition, in a subset of the : partitions : of my data set. Of course, one can accomplish this using a binary tree. (The : first split is on : inclusion/exclusion of the first object, and so on.) I can