Re: [R] CART Analysis

2008-07-21 Thread Tobias Verbeke
Darin Brooks wrote: Good evening Does R have an extension/add-on package that assists in Classification and Regression Tree analysis? Yes. Abundantly. Have a look under `Recursive Partitioning' in the following Task View: http://cran.r-project.org/web/views/MachineLearning.html HTH, Tobias

Re: [R] CART analysis

2007-12-10 Thread Bernardo Rangel Tura
On Sun, 2007-12-09 at 21:24 +0100, [EMAIL PROTECTED] wrote: > I would like to know if is it possible implemet a partitioning tree > using a function like rpart, or mvpart, and with formula a glm-object > (as a logistic models) or a robust linear regression (as least sum of > absolute errors)