Re: [R] Caret and Summary

2015-10-29 Thread Kuhn, Max
On 10/29/15, 11:46 AM, "Lorenzo Isella" 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 summa

[R] Caret and Summary

2015-10-29 Thread Lorenzo Isella
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 lo