[R] tree-ID in any segmentation package available?

2007-04-19 Thread Florian Koller-Meinfelder
Dear R-helpers, I am looking for a segmentation package that gives some tree identifier as output for every observation in the data set (my response variable is binary). I have skimmed through rpart, ada and adabag: The output trees gives you the formula, but I have to run several thousand

Re: [R] tree-ID in any segmentation package available?

2007-04-19 Thread Torsten Hothorn
On Thu, 19 Apr 2007, Florian Koller-Meinfelder wrote: Dear R-helpers, I am looking for a segmentation package that gives some tree identifier as output for every observation in the data set (my response variable is binary). I have skimmed through rpart, ada and adabag: The output trees gives

Re: [R] tree-ID in any segmentation package available?

2007-04-19 Thread Florian Koller-Meinfelder
/gfkfernsehforschung Torsten Hothorn [EMAIL PROTECTED] 19.04.2007 14:46 Bitte antworten an [EMAIL PROTECTED] An Florian Koller-Meinfelder [EMAIL PROTECTED] Kopie r-help@stat.math.ethz.ch Thema Re: [R] tree-ID in any segmentation package available? On Thu, 19 Apr 2007, Florian Koller-Meinfelder

Re: [R] tree()

2007-02-20 Thread Prof Brian Ripley
This is a function of your data and the tuning parameters you chose to use. See ?tree.control. On Tue, 20 Feb 2007, stephenc wrote: Hi I am trying to use tree() to classify movements in a futures contract. My data is like this: diff dip dim adx

[R] tree()

2007-02-19 Thread stephenc
Hi I am trying to use tree() to classify movements in a futures contract. My data is like this: diff dip dim adx 1 0100.08650.100.0 2 0 93.185402044.5455 93.18540 3 0 90.30995

[R] tree-ring response function in R?

2006-07-10 Thread Alvaro Gutierrez
Hi, I am looking forward if some of you could help me with this. I have been looking R-functions to conduct tree-ring analysis in R. I know that exists a COFECHA version in R developed by C. Bigler. But I don't know if is there another collection of functions to do dendroclimatological

[R] Tree vs. Rpart

2006-02-10 Thread Rizkalla, Carol Elisabeth
I'm using classification trees for the first time. I understand the difference between these 2 packages, but I'm having a bit of trouble interpreting the results. I have 3 different response variables, but I'll only use 1 in this discussion. I first ran Tree. I was happy with the results, 6

[R] tree widget question

2005-10-27 Thread tom wright
I'm trying to create an app using TclTk and R Can someone please explain how I bind a click event to the tree widget (http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/TreeWidget.html) Ideally I'd like to bind to particular elements in the tree but tkbind doesnt seem to work. thanks tom

Re: [R] tree widget question

2005-10-27 Thread Peter Dalgaard
tom wright [EMAIL PROTECTED] writes: I'm trying to create an app using TclTk and R Can someone please explain how I bind a click event to the tree widget (http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/TreeWidget.html) Ideally I'd like to bind to particular elements in the tree but

[R] Tree Structured Survival Analysis

2005-06-07 Thread Bernardo Rangel Tura
Hi People! Have someone package with: Tree Structured Survival Analysis in R? Thanks in advance Bernardo Rangel Tura, MD, MSc National Institute of Cardiology Laranjeiras Rio de Janeiro Brazil -- No virus found in this outgoing message. Checked by AVG Anti-Virus.

Re: [R] tree class in R?

2004-12-06 Thread Martin Maechler
DFARRAR == DFARRAR [EMAIL PROTECTED] on Sun, 5 Dec 2004 22:09:02 -0500 writes: DFARRAR I am trying to store a couple numbers for each DFARRAR partition, in a subset of the partitions of my data DFARRAR set. Of course, one can accomplish this using a DFARRAR binary tree.

[R] tree class in R?

2004-12-05 Thread DFARRAR
I am trying to store a couple numbers for each partition, in a subset of the partitions of my data set. Of course, one can accomplish this using a binary tree. (The first split is on inclusion/exclusion of the first object, and so on.) I can probably simulate a tree using vectors. (One

RE: [R] tree class in R?

2004-12-05 Thread Mulholland, Tom
Have you had a look at the rpart package? If you haven't installed it it may be worth doing so. Then you can type require(rpart) ?rpart.object Tom -Original Message- From: DFARRAR [mailto:[EMAIL PROTECTED] Sent: Monday, 6 December 2004 11:09 AM To: [EMAIL PROTECTED] Subject: [R

Re: [R] tree class in R?

2004-12-05 Thread Gabor Grothendieck
DFARRAR DFARRAR at vt.edu writes: : : I am trying to store a couple numbers for each partition, in a subset of the : partitions : of my data set. Of course, one can accomplish this using a binary tree. (The : first split is on : inclusion/exclusion of the first object, and so on.) I can

Re: [R] tree version 1.0-16

2004-10-16 Thread Martin Maechler
ZKala == Kalaylioglu, Zeynep (IMS) [EMAIL PROTECTED] on Fri, 15 Oct 2004 15:52:11 -0400 writes: ZKala Hi There is something weird going on with the tree ZKala package version 1.0-16. So I want to download an ZKala updated tree package. I found that R website has ZKala

Re: [R] tree version 1.0-16

2004-10-16 Thread Uwe Ligges
Martin Maechler wrote: ZKala == Kalaylioglu, Zeynep (IMS) [EMAIL PROTECTED] on Fri, 15 Oct 2004 15:52:11 -0400 writes: ZKala Hi There is something weird going on with the tree ZKala package version 1.0-16. So I want to download an ZKala updated tree package. I found that R website

Re: [R] tree version 1.0-16

2004-10-15 Thread James W. MacDonald
Kalaylioglu, Zeynep (IMS) wrote: Hi There is something weird going on with the tree package version 1.0-16. So I want to download an updated tree package. I found that R website has version 1.0-18. I want to try this one and see how the tree algorithm is performing. What is the best way to

[R] tree architecture in Random Forest

2004-09-09 Thread Ute
Hello, I'm doing classification with random Forest using numeric predictor variables. I would like to know a detail in the tree architecture: to which side of a node data are sent if , for the split variable, their value is higer than the split point? best regards, Ute Müller

RE: [R] tree architecture in Random Forest

2004-09-09 Thread Liaw, Andy
From: Ute Hello, I'm doing classification with random Forest using numeric predictor variables. I would like to know a detail in the tree architecture: to which side of a node data are sent if , for the split variable, their value is higer than the split point? The right, as one

[R] tree model with at most one split point per variable

2004-06-24 Thread Gabor Grothendieck
the data as binary factors with the chosen split points. I don't want to have three level or more factors. For example, the following shows that the first split is with Petal.Length splitting at 2.45; however, there are other splits of Petal.Length at 4.95. I want to disallow that. R data(iris) R

[R] Tree() and confidence intervals

2004-05-31 Thread Briggs, Meredith M
Hello I'm currently using Monte Carlo techniques to estimate prices (variable not static) from the following type of data: 1,22,40,22,33,5,2000 3,45,33,6,7,0,3000 22,22,33,44,55,66,7 Each row is a record from group A and the cells in all

Re: [R] tree mortality risk model using glm()

2003-09-09 Thread Thomas Lumley
On Tue, 9 Sep 2003, Tord Snall wrote: Dear all, I've used glm(family=binomial(link=logit)) several times, but now I think that a log link is more appropriate. I want to fit a model for probability of tree fall (TF)), with tree diameter (dbh) and soil moisure (soil) as predictors. A large

[R] Tree question with ordinal IV and split labels

2003-07-18 Thread Peter Flom
Hi I have a tree, created in rpart. One of the IVs is an ordinal variable. I would like to get the splits labeled with the LEVELS of this factor, rather than a,b,c, and d. Is there a way to do this? Thanks in advance Peter L. Flom, PhD Assistant Director, Statistics and Data Analysis

RE: [R] Tree question with ordinal IV and split labels

2003-07-18 Thread Sung, Iyue
Use pretty option in text function: plot(mytree) text(mytree, pretty=0) -Original Message- From: Peter Flom [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 3:21 PM To: [EMAIL PROTECTED] Subject: [R] Tree question with ordinal IV and split labels Hi I have a tree

[R] Tree question

2003-07-15 Thread Peter Flom
I was under the impression that the tree method (e.g. as implemented in rpart) was insensitive to monotonic transformations of the dependent variable. e.g. Breiman Olshen et al. Classification and Regression Trees state In a standard data structure [a tree] is invariant under all monotone

[R] tree problem solved

2003-07-15 Thread Peter Flom
You guys are fast! Several people pointed out that the tree method is insenstive to monotone transforms of the independent variables, not the dependent variable Thanks Peter __ [EMAIL PROTECTED] mailing list