I am new to decision trees. I am testing rpart function to create a decision tree for a logical variable using continuous as well as factor variables.
The variable I am trying to predict is FALSE 88% of the times. Is it possible to tell rpart to predict TRUE instead or FALSE as that is what I am interested in?
Thanks for your time!