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

[R] CART Analysis

2008-07-21 Thread Darin Brooks
Good evening Does R have an extension/add-on package that assists in Classification and Regression Tree analysis? Thanks for your time Darin Brooks Geomatics/GIS/Remote Sensing Coordinator Kim Forest Management Ltd. Cranbrook Office Cranbrook, BC Checked by AVG. 12:59 PM [

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)

[R] CART analysis

2007-12-09 Thread anna . paganoni
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). In this case, the appropriate "method" to use is "mrt"? Or another