Skip to content

(no subject)

3 messages · Xin Qi, Thomas Lumley, Adaikalavan Ramasamy

#
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
#
On Fri, 5 Nov 2004, Xin Qi wrote:

            
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: