TY - JOUR AU - Zhang, Zhongheng PY - 2016 TI - Decision tree modeling using R JF - Annals of Translational Medicine; Vol 4, No 15 (August 09, 2016): Annals of Translational Medicine Y2 - 2016 KW - N2 - In machine learning field, decision tree learner is powerful and easy to interpret. It employs recursive binary partitioning algorithm that splits the sample in partitioning variable with the strongest association with the response variable. The process continues until some stopping criteria are met. In the example I focus on conditional inference tree, which incorporates tree-structured regression models into conditional inference procedures. While growing a single tree is subject to small changes in the training data, random forests procedure is introduced to address this problem. The sources of diversity for random forests come from the random sampling and restricted set of input variables to be selected. Finally, I introduce R functions to perform model based recursive partitioning. This method incorporates recursive partitioning into conventional parametric model building. UR - https://atm.amegroups.org/article/view/10459