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
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
2 matches
Mail list logo