[R] Plot Cubist Tree

Dominik Bruhn dominik at dbruhn.de
Thu Jul 26 10:07:43 CEST 2012


I got a regression model trained using the 'cubist' function of the
'Cubist' package. This works fine. I'm now searching for a graphical
representation of the regression model:

As the Cubist Algorithm is based on a forrest of trees (or a single tree
if 'committees==1'), is it somehow possible to actually plot this forest
so I can show it to other people? I was only able to find the textual
output ('summary(model)') but no graphical output.

I'm thinking of something similar to 'partykit' for 'rpart' trees.

Thanks!

Dominik



More information about the R-help mailing list