(no subject)
On Fri, 5 Nov 2004, Xin Qi wrote:
Dear all R users and helpers: I wonder whether there is a library call trees ( classification trees) in R? If there is, where can download it?
No, there isn't. However, there is a package called "tree" that you can download from CRAN and another called "rpart" that came with your R distribution, both of which do classification trees. -thomas