[R] CHAID in R

2009-08-28 Thread Arup
Hi..I am trying to run CHAID in R..I have installed the sofyware Party and trying to use the function ctree() to carry out the analysis. but I am getting the following message Error in terms.default(formula, data = data) : no terms component . I am having some Likert scale variable where I have va

[R] CHAID in R

2014-04-24 Thread Preetam Pal
Hi, I want to implement CHAID in R, but at this point am not sure how to go about it. Would be glad if someone please helps me out with it. I am attaching the data set for your perusal. The variable in the 1st column is the dependent variable. Thanks, Preetam -- Preetam Pal (+91)-9432212774 M-Sta

[R] CHAID in R

2013-11-15 Thread Preetam Pal
Hi, I have a data set on credit rating for customers in a bank (Rating is 1 for defaulter, 0 = non-defaulter). I have 10 predictor variables (C1,C2,.,C10) . I want to build a CHAID Tree using R for classification. How do I do this? For your perusal, the data set is attached. Thanks in advance.

Re: [R] CHAID in R

2009-08-28 Thread Wensui Liu
well, are you sure if party() can implement chaid? i doubt if chaid is being implemented in any R package. On Fri, Aug 28, 2009 at 7:50 AM, Arup wrote: > > Hi..I am trying to run CHAID in R..I have installed the sofyware Party and > trying to use the function ctree() to carry out the analysis. b

Re: [R] CHAID in R

2009-08-28 Thread Max Kuhn
> well, are you sure if party() can implement chaid? > i doubt if chaid is being implemented in any R package. https://r-forge.r-project.org/projects/chaid/ -- Max __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLE

Re: [R] CHAID in R

2009-08-28 Thread Wensui Liu
i couldn't find it on CRAN. On Fri, Aug 28, 2009 at 5:16 PM, Max Kuhn wrote: > > well, are you sure if party() can implement chaid? > > i doubt if chaid is being implemented in any R package. > > https://r-forge.r-project.org/projects/chaid/ > > > -- > > Max > --

Re: [R] CHAID in R

2009-08-29 Thread Achim Zeileis
On Fri, 28 Aug 2009, Arup wrote: Hi..I am trying to run CHAID in R..I have installed the sofyware Party and trying to use the function ctree() to carry out the analysis. but I am getting the following message Error in terms.default(formula, data = data) : no terms component Without a simple re

Re: [R] CHAID in R

2020-03-16 Thread Alaa Lababidi
[[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide com

Re: [R] CHAID in R

2013-11-15 Thread Achim Zeileis
On Sat, 16 Nov 2013, Preetam Pal wrote: Hi, I have a data set on credit rating for customers in a bank (Rating is 1 for defaulter, 0 = non-defaulter). I have 10 predictor variables (C1,C2,.,C10) . I want to build a CHAID Tree using R for classification. How do I do this? For your perusal