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? Thank you very much. Xin Qi
(no subject)
3 messages · Xin Qi, Thomas Lumley, Adaikalavan Ramasamy
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
Check http://cran.r-project.org/src/contrib/PACKAGES.html. AFAIK, there is tree, rpart and knnTree. The simplest wat to install, say the package tree, is to type in install.packages("tree") in the R command line.
On Fri, 2004-11-05 at 15:07, 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? Thank you very much. Xin Qi
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html