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? Specifically to Cubist, is there some way to plot the structure of the rules? Cheers
Lorenzo ______________________________________________ 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.