1 Answer 1
A word on binary trees, contesting superiority of non-binary: here
Tree models in R: here
R Party package for recursive partitioning: here
answered Jun 25, 2013 at 14:54
felixmc
5281 gold badge6 silver badges21 bronze badges
Sign up to request clarification or add additional context in comments.
1 Comment
R Learner
But the tree models link is showing all the binary tree models. Previously I used binary tree using rpart. But I need non binary tree for some specific requirements. It will be helpful if I can get some link/code on non binary tree using R
lang-r