Re: [R] tree construction
What kind of tree do you want? The sos() package can help you find R functions associated with a particular topic: # install.packages('sos') library('sos') > findFn('tree') found 2798 matches; retrieving 20 pages, 400 matches. 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 > findFn('classifica
[R] tree construction
I have the data set like this: A B C D E A2 235 327 278 2569 B244 5 122 248 259 C324 223513 98 69 D22232 7 6569 E232 2278 9 This i