Example 9.10: more regression trees and recursive partitioning with "partykit"
 We discuss recursive partitioning, a technique for classification and regression using a decision tree in section 6.7.3 of the book.  Support for these methods is available within the rpart package.  Torsten Hothorn and Achim Zeileis have extended the ...
