Re: [R] CART analysis

2005-07-27 Thread Weiwei Shi
Most of time, I prefer to use randomForest of R though it really depends on your problem. And don't forget Leo's Random Forest if you don't use it for commercial purpose. weiwei On 7/26/05, Marc R. Feldesman [EMAIL PROTECTED] wrote: --- Adaikalavan Ramasamy [EMAIL PROTECTED] wrote:

Re: [R] CART analysis

2005-07-26 Thread Adaikalavan Ramasamy
RSiteSearch(CART) should bring up a few hits including http://finzi.psych.upenn.edu/R/Rhelp02a/archive/25850.html Regards, Adai On Tue, 2005-07-26 at 20:25 -0400, John Sorkin wrote: Is there an R package that can be used for CART analysis? Thank you, John John Sorkin M.D., Ph.D.

Re: [R] CART analysis

2005-07-26 Thread Marc R. Feldesman
--- Adaikalavan Ramasamy [EMAIL PROTECTED] wrote: RSiteSearch(CART) should bring up a few hits including http://finzi.psych.upenn.edu/R/Rhelp02a/archive/25850.html CART is a trademarked statistical procedure owned by Salford Systems of San Diego, CA. If you're looking for an

RE: [R] CART analysis

2003-09-18 Thread Martin Maechler
PaulDA == Paul, David A [EMAIL PROTECTED] on Wed, 17 Sep 2003 16:22:23 -0400 writes: library(tree) ?tree PaulDA should work. Yes, however, rpart is a recommended package, hence available in all R installations, and the fact that it is recommended (and tree is not) should

RE: [R] CART analysis

2003-09-17 Thread Vladimir N. Kutinsky
Ron, Does anyone know of an R code for classification and regression tree analysis (CART)? If I got you right, you need a tree package. It implemets the CART method. If you go further, you will like randomForest package. Regards, Vladimir __ [EMAIL

RE: [R] CART analysis

2003-09-17 Thread Paul, David A
library(tree) ?tree should work. If you don't have the tree library, you can download it off of CRAN at http://cran.r-project.org/bin/windows/contrib if you're using Windows, or go to http://cran.r-project.org/src/contrib/PACKAGES.html for the source code directly as gzipped .tar files.

RE: [R] CART analysis

2003-09-17 Thread Ko-Kang Kevin Wang
Or, I think, the rpart package. On Thu, 18 Sep 2003, Vladimir N. Kutinsky wrote: Date: Thu, 18 Sep 2003 00:18:25 +0400 From: Vladimir N. Kutinsky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [R] CART analysis Ron, Does anyone know of an R code for classification and regression