2

Is it possible to do the multi branch regression trees(non binary split) using R?

Cœur
39k25 gold badges207 silver badges282 bronze badges
asked Jun 25, 2013 at 10:14

1 Answer 1

0

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
Sign up to request clarification or add additional context in comments.

1 Comment

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

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.