Re: [R] How to interactively create manually guided Decision Tree

2013-06-14 Thread Bert Gunter
You need to do some reading, both about decision trees and R! What you need to do for R is to use cut() on Age (?cut) to create a new categorical variable, ageCat, say, and then use that in your tree building instead of Age. Cheers, Bert On Fri, Jun 14, 2013 at 7:24 AM, Neelesh Gupta wrote: > I

[R] How to interactively create manually guided Decision Tree

2013-06-14 Thread Neelesh Gupta
I am new in using R. I want to know all about building decision tree model in R. Few options which I searched are rpart and rattle to build a decision tree.Both the functions are giving me splits which are statistically appropriate. But I am not able to figure out how to change those splits as p