I'm new to the decision tree world and I've been trying to understand what the numbers inside the nodes of this fancyRpartPlot() image means. Below there's the code and the plot.
cfit2 <- rpart(pgstat ~ age + eet + g2 + grade + gleason + ploidy,
data = stagec, method = "anova")
Does anybody know what the numbers I've pointed in the plot mean?