Hi, Andy,

Thank you again for your help. Tree( ) does have an option split='gini' in 
my version, which I recently downloaded from CRAN. The question is the 
tree.control only controls over mindev, no option for gini. Or maybe there 
is a way to specify a 'cp' like parameter when using gini index in tree( 
)?

Thanks,
Auston






"Liaw, Andy" <[EMAIL PROTECTED]>

07/16/2004 02:04 PM



 

To:
"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:





Subject:
RE: [R] rpart and TREE, can be the same?



Auston,
 
tree() does not use Gini as splitting criterion, AFAIK.  It uses deviance. 
 You can try to see if the various splitting criteria available in rpart 
is described in Terry's tech report (available on the Mayo Clinic web 
site).
 
Andy
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 16, 2004 2:15 PM
To: Liaw, Andy
Subject: RE: [R] rpart and TREE, can be the same?


Thank you, Andy. Well, I tried 'gini' for both of them and my data has no 
NAs, but they still don't match. BTW, what is exactly the splitting 
criterion 'information' used in rpart? Thanks. 

Auston 





"Liaw, Andy" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED] 
07/16/2004 01:01 PM 



 

To: 
"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
cc: 





Subject: 
RE: [R] rpart and TREE, can be the same?




I guess if you define the splitting criterion in rpart so that it matches
the one used in tree(), that's possible.  However, I believe the two also
differ in how they handle NAs.

Andy

> From:  [EMAIL PROTECTED]
> 
> Hi, all,
> 
> I am wondering if it is possible to set parameters of 'rpart' 
> and 'tree' 
> such that they will produce the exact same tree? Thanks.
> 
> Auston Wei
> Statistical Analyst
> Department of Biostatistics and Applied Mathematics
> The University of Texas MD Anderson Cancer Center
> Tel: 713-563-4281
> Email: [EMAIL PROTECTED]
>                  [[alternative HTML version deleted]]



______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


------------------------------------------------------------------------------
Notice: This e-mail message, together with any attachments, ...{{dropped}}

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to