Skip to content
Back to formatted view

Raw Message

Message-ID: <Pine.A41.4.61b.0411050713310.58230@homer09.u.washington.edu>
Date: 2004-11-05T15:14:19Z
From: Thomas Lumley
Subject: (no subject)
In-Reply-To: <5.1.1.6.0.20041105100440.02a19e80@mail.cwru.edu>

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