On 10/29/15, 11:46 AM, "Lorenzo Isella" <lorenzo.ise...@gmail.com> wrote:
>Dear All, >I trained a model, let's call it mm, using caret+Cubist. >When I type summary(mm), the output is rather long. >This is because a Cubist model is a long set of rules, partially >reminiscent of a classification tree. >How can I save summary(mm) in a printer/article friendly way when this is >long? Other that using `capture.output`, I do not think so. >Specifically to Cubist, is there some way to plot the structure of the >rules? There is a `dotplot` function that works with cubist objects. Besides this, I do not know of any. Thanks, Max ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.