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.

[R] tree class in R?

2004-12-05 Thread DFARRAR
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 probably simulate a tree using vectors. (One

RE: [R] tree class in R?

2004-12-05 Thread Mulholland, Tom
] tree class in R? 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 probably simulate

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